|
clang 23.0.0git
|
This is the complete list of members for clang::Interpreter, including all inherited members.
| create(std::unique_ptr< CompilerInstance > CI, std::unique_ptr< IncrementalExecutorBuilder > IEB=nullptr) | clang::Interpreter | static |
| CreateExecutor() | clang::Interpreter | protected |
| createWithCUDA(std::unique_ptr< CompilerInstance > CI, std::unique_ptr< CompilerInstance > DCI) | clang::Interpreter | static |
| Execute(PartialTranslationUnit &T) | clang::Interpreter | |
| getASTContext() const | clang::Interpreter | |
| getASTContext() | clang::Interpreter | |
| getCompilerInstance() const | clang::Interpreter | |
| getCompilerInstance() | clang::Interpreter | |
| getExecutionEngine() | clang::Interpreter | |
| getIncrementalExecutorBuilder() const | clang::Interpreter | inline |
| getSymbolAddress(GlobalDecl GD) const | clang::Interpreter | |
| getSymbolAddress(llvm::StringRef IRName) const | clang::Interpreter | |
| getSymbolAddressFromLinkerName(llvm::StringRef LinkerName) const | clang::Interpreter | |
| Interpreter(std::unique_ptr< CompilerInstance > Instance, llvm::Error &Err, std::unique_ptr< IncrementalExecutorBuilder > IEB=nullptr, std::unique_ptr< clang::ASTConsumer > Consumer=nullptr) | clang::Interpreter | protected |
| LoadDynamicLibrary(const char *name) | clang::Interpreter | |
| Parse(llvm::StringRef Code) | clang::Interpreter | |
| ParseAndExecute(llvm::StringRef Code, Value *V=nullptr) | clang::Interpreter | |
| ResetExecutor() | clang::Interpreter | inlineprotected |
| Undo(unsigned N=1) | clang::Interpreter | |
| Value class | clang::Interpreter | friend |
| ~Interpreter() | clang::Interpreter | virtual |