Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h56 Expected<JITEvaluatedSymbol> lookupLinkerMangled(VSO &V, StringRef Name);
60 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { in lookupLinkerMangled() function
61 return lookupLinkerMangled(Main, Name); in lookupLinkerMangled()
66 return lookupLinkerMangled(V, mangle(UnmangledName)); in lookup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp41 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(VSO &V, in lookupLinkerMangled() function in llvm::orc::LLJIT