Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DLLJIT.h175 Expected<ExecutorAddr> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
180 Expected<ExecutorAddr> lookup(StringRef UnmangledName) { in lookup()
228 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DLLJIT.h175 Expected<ExecutorAddr> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
180 Expected<ExecutorAddr> lookup(StringRef UnmangledName) { in lookup()
228 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DLLJIT.h175 Expected<ExecutorAddr> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
180 Expected<ExecutorAddr> lookup(StringRef UnmangledName) { in lookup()
228 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DLLJIT.h175 Expected<ExecutorAddr> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
180 Expected<ExecutorAddr> lookup(StringRef UnmangledName) { in lookup()
228 SymbolStringPtr mangleAndIntern(StringRef UnmangledName) const { in mangleAndIntern()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h102 Expected<JITEvaluatedSymbol> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup()
107 Expected<JITEvaluatedSymbol> lookup(StringRef UnmangledName) { in lookup()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp169 std::string LLJIT::mangle(StringRef UnmangledName) { in mangle()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1006 LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J, const char *UnmangledName) { in LLVMOrcLLJITMangleAndIntern()