LLVM
8.0.1
|
This is the complete list of members for llvm::orc::ExecutionSession, including all inherited members.
allocateVModule() | llvm::orc::ExecutionSession | inline |
createJITDylib(std::string Name, bool AddToMainDylibSearchOrder=true) | llvm::orc::ExecutionSession | |
dispatchMaterialization(JITDylib &JD, std::unique_ptr< MaterializationUnit > MU) | llvm::orc::ExecutionSession | inline |
DispatchMaterializationFunction typedef | llvm::orc::ExecutionSession | |
dump(raw_ostream &OS) | llvm::orc::ExecutionSession | |
ErrorReporter typedef | llvm::orc::ExecutionSession | |
ExecutionSession(std::shared_ptr< SymbolStringPool > SSP=nullptr) | llvm::orc::ExecutionSession | |
getMainJITDylib() | llvm::orc::ExecutionSession | |
getSymbolStringPool() const | llvm::orc::ExecutionSession | inline |
intern(StringRef SymName) | llvm::orc::ExecutionSession | inline |
JITDylib class | llvm::orc::ExecutionSession | friend |
LegacyAsyncLookupFunction typedef | llvm::orc::ExecutionSession | |
legacyFailQuery(AsynchronousSymbolQuery &Q, Error Err) | llvm::orc::ExecutionSession | |
legacyLookup(LegacyAsyncLookupFunction AsyncLookup, SymbolNameSet Names, bool WaiUntilReady, RegisterDependenciesFunction RegisterDependencies) | llvm::orc::ExecutionSession | |
lookup(const JITDylibSearchList &SearchOrder, SymbolNameSet Symbols, SymbolsResolvedCallback OnResolve, SymbolsReadyCallback OnReady, RegisterDependenciesFunction RegisterDependencies) | llvm::orc::ExecutionSession | |
lookup(const JITDylibSearchList &SearchOrder, const SymbolNameSet &Symbols, RegisterDependenciesFunction RegisterDependencies=NoDependenciesToRegister, bool WaitUntilReady=true) | llvm::orc::ExecutionSession | |
lookup(const JITDylibSearchList &SearchOrder, SymbolStringPtr Symbol) | llvm::orc::ExecutionSession | |
lookup(ArrayRef< JITDylib *> SearchOrder, SymbolStringPtr Symbol) | llvm::orc::ExecutionSession | |
lookup(ArrayRef< JITDylib *> SearchOrder, StringRef Symbol) | llvm::orc::ExecutionSession | |
releaseVModule(VModuleKey Key) | llvm::orc::ExecutionSession | inline |
reportError(Error Err) | llvm::orc::ExecutionSession | inline |
runSessionLocked(Func &&F) -> decltype(F()) | llvm::orc::ExecutionSession | inline |
setDispatchMaterialization(DispatchMaterializationFunction DispatchMaterialization) | llvm::orc::ExecutionSession | inline |
setErrorReporter(ErrorReporter ReportError) | llvm::orc::ExecutionSession | inline |