Home
last modified time | relevance | path

Searched defs:InternedName (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp119 auto InternedName = ES.intern(*Name); in getObjectSymbolInfo() local
H A DRTDyldObjectLinkingLayer.cpp236 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad() local
H A DObjectLinkingLayer.cpp212 auto InternedName = ES.intern(Sym->getName()); in notifyResolved() local
231 auto InternedName = ES.intern(Sym->getName()); in notifyResolved() local
H A DLLJIT.cpp472 auto InternedName = Mangle(InitFunctionName); in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp580 auto InternedName = S.ES.intern(*Name); in add() local