Home
last modified time | relevance | path

Searched defs:UnmangledName (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h91 Expected<JITEvaluatedSymbol> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
96 Expected<JITEvaluatedSymbol> lookup(StringRef UnmangledName) { in lookup()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp120 std::string LLJIT::mangle(StringRef UnmangledName) { in mangle()