Home
last modified time | relevance | path

Searched refs:ExecutionSessionBase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h348 class ExecutionSessionBase {
363 ExecutionSessionBase(std::shared_ptr<SymbolStringPool> SSP = nullptr)
376 ExecutionSessionBase &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()
382 ExecutionSessionBase &setDispatchMaterialization( in setDispatchMaterialization()
410 legacyLookup(ExecutionSessionBase &ES, LegacyAsyncLookupFunction AsyncLookup,
484 friend class ExecutionSessionBase; variable
547 friend class ExecutionSessionBase; variable
565 ExecutionSessionBase &getExecutionSession() const { return ES; } in getExecutionSession()
685 VSO(ExecutionSessionBase &ES, std::string Name);
725 ExecutionSessionBase &ES;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp145 void ExecutionSessionBase::legacyFailQuery(AsynchronousSymbolQuery &Q, in legacyFailQuery()
161 Expected<SymbolMap> ExecutionSessionBase::legacyLookup( in legacyLookup()
162 ExecutionSessionBase &ES, LegacyAsyncLookupFunction AsyncLookup, in legacyLookup()
293 void ExecutionSessionBase::lookup( in lookup()
368 ExecutionSessionBase::lookup(const VSOList &VSOs, const SymbolNameSet &Symbols, in lookup()
480 void ExecutionSessionBase::runOutstandingMUs() { in runOutstandingMUs()
1520 VSO::VSO(ExecutionSessionBase &ES, std::string Name) in VSO()
1676 MangleAndInterner::MangleAndInterner(ExecutionSessionBase &ES, in MangleAndInterner()