Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h131 Expected<ExecutorAddr> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
136 Expected<ExecutorAddr> lookup(StringRef UnmangledName) { in lookup()
184 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h102 Expected<JITEvaluatedSymbol> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
107 Expected<JITEvaluatedSymbol> lookup(StringRef UnmangledName) { in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp169 std::string LLJIT::mangle(StringRef UnmangledName) { in mangle()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp1006 LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J, const char *UnmangledName) { in LLVMOrcLLJITMangleAndIntern()