clang 23.0.0git
clang::Interpreter Member List

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::Interpreterstatic
CreateExecutor()clang::Interpreterprotected
createWithCUDA(std::unique_ptr< CompilerInstance > CI, std::unique_ptr< CompilerInstance > DCI)clang::Interpreterstatic
Execute(PartialTranslationUnit &T)clang::Interpreter
getASTContext() constclang::Interpreter
getASTContext()clang::Interpreter
getCompilerInstance() constclang::Interpreter
getCompilerInstance()clang::Interpreter
getExecutionEngine()clang::Interpreter
getIncrementalExecutorBuilder() constclang::Interpreterinline
getSymbolAddress(GlobalDecl GD) constclang::Interpreter
getSymbolAddress(llvm::StringRef IRName) constclang::Interpreter
getSymbolAddressFromLinkerName(llvm::StringRef LinkerName) constclang::Interpreter
Interpreter(std::unique_ptr< CompilerInstance > Instance, llvm::Error &Err, std::unique_ptr< IncrementalExecutorBuilder > IEB=nullptr, std::unique_ptr< clang::ASTConsumer > Consumer=nullptr)clang::Interpreterprotected
LoadDynamicLibrary(const char *name)clang::Interpreter
Parse(llvm::StringRef Code)clang::Interpreter
ParseAndExecute(llvm::StringRef Code, Value *V=nullptr)clang::Interpreter
ResetExecutor()clang::Interpreterinlineprotected
Undo(unsigned N=1)clang::Interpreter
Value classclang::Interpreterfriend
~Interpreter()clang::Interpretervirtual