Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp321 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad() local
323 auto I = R.getSymbols().find(InternedName); in onObjLoad()
337 ExtraSymbolsToClaim[InternedName] = Flags; in onObjLoad()
339 Symbols[InternedName] = {ExecutorAddr(KV.second.getAddress()), Flags}; in onObjLoad()