Home
last modified time | relevance | path

Searched refs:SrcJDLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h147 ImplSymbolMap *SrcJDLoc);
170 ImplSymbolMap *SrcJDLoc = nullptr) {
172 LCTManager, ISManager, SourceJD, std::move(CallableAliases), SrcJDLoc);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h163 ImplSymbolMap *SrcJDLoc, VModuleKey K);
187 SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc = nullptr,
190 LCTManager, ISManager, SourceJD, std::move(CallableAliases), SrcJDLoc,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp126 JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc, in LazyReexportsMaterializationUnit() argument
136 AliaseeTable(SrcJDLoc) {}
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp146 JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc) in LazyReexportsMaterializationUnit() argument
149 CallableAliases(std::move(CallableAliases)), AliaseeTable(SrcJDLoc) {} in LazyReexportsMaterializationUnit()