Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h65 Expected<JITEvaluatedSymbol> lookup(VSO &V, StringRef UnmangledName) { in lookup()
70 Expected<JITEvaluatedSymbol> lookup(StringRef UnmangledName) { in lookup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp60 std::string LLJIT::mangle(StringRef UnmangledName) { in mangle()