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.cpp1110 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap) { in applyExternalSymbolRelocations() argument
1124 auto RRI = ExternalSymbolMap.find(Name); in applyExternalSymbolRelocations()
1125 assert(RRI != ExternalSymbolMap.end() && "No result for symbol"); in applyExternalSymbolRelocations()
1161 StringMap<JITEvaluatedSymbol> ExternalSymbolMap; in resolveExternalSymbols() local
1205 ExternalSymbolMap.insert(RRKV); in resolveExternalSymbols()
1211 applyExternalSymbolRelocations(ExternalSymbolMap); in resolveExternalSymbols()
H A DRuntimeDyldImpl.h419 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h852 using ExternalSymbolMap = StringMap<Symbol *>; variable
906 Symbol *operator()(ExternalSymbolMap::value_type &KV) const { in operator()
923 mapped_iterator<ExternalSymbolMap::iterator,
1548 ExternalSymbolMap ExternalSymbols;