Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h113 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD,
118 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function
120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled()
126 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function
127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled()
132 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h91 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD,
97 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function
98 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled()
103 return lookupLinkerMangled(JD, mangle(UnmangledName)); in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp79 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp1007 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, in lookupLinkerMangled() function in llvm::orc::LLJIT