Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1125 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap) { in applyExternalSymbolRelocations() argument
1139 auto RRI = ExternalSymbolMap.find(Name); in applyExternalSymbolRelocations()
1140 assert(RRI != ExternalSymbolMap.end() && "No result for symbol"); in applyExternalSymbolRelocations()
1176 StringMap<JITEvaluatedSymbol> ExternalSymbolMap; in resolveExternalSymbols() local
1220 ExternalSymbolMap.insert(RRKV); in resolveExternalSymbols()
1226 applyExternalSymbolRelocations(ExternalSymbolMap); in resolveExternalSymbols()
H A DRuntimeDyldImpl.h414 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h882 using ExternalSymbolMap = StringMap<Symbol *>; variable
936 Symbol *operator()(ExternalSymbolMap::value_type &KV) const { in operator()
953 mapped_iterator<ExternalSymbolMap::iterator,
1679 ExternalSymbolMap ExternalSymbols;