Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1007 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap) { in applyExternalSymbolRelocations() argument
1024 auto RRI = ExternalSymbolMap.find(Name); in applyExternalSymbolRelocations()
1025 assert(RRI != ExternalSymbolMap.end() && "No result for symbol"); in applyExternalSymbolRelocations()
1072 StringMap<JITEvaluatedSymbol> ExternalSymbolMap; in resolveExternalSymbols() local
1116 ExternalSymbolMap.insert(RRKV); in resolveExternalSymbols()
1122 applyExternalSymbolRelocations(ExternalSymbolMap); in resolveExternalSymbols()
H A DRuntimeDyldImpl.h437 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap);