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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h122 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD,
127 Expected<JITEvaluatedSymbol> lookupLinkerMangled(JITDylib &JD, function in class:llvm::orc::LLJIT
129 return lookupLinkerMangled(JD, ES->intern(Name));
135 Expected<JITEvaluatedSymbol> lookupLinkerMangled(StringRef Name) { function in class:llvm::orc::LLJIT
136 return lookupLinkerMangled(*Main, Name);
141 return lookupLinkerMangled(JD, mangle(UnmangledName));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1012 Expected<JITEvaluatedSymbol> LLJIT::lookupLinkerMangled(JITDylib &JD, function in class:llvm::orc::LLJIT

Completed in 103 milliseconds