Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1111 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap) { in applyExternalSymbolRelocations() argument
1125 auto RRI = ExternalSymbolMap.find(Name); in applyExternalSymbolRelocations()
1126 assert(RRI != ExternalSymbolMap.end() && "No result for symbol"); in applyExternalSymbolRelocations()
1162 StringMap<JITEvaluatedSymbol> ExternalSymbolMap; in resolveExternalSymbols() local
1206 ExternalSymbolMap.insert(RRKV); in resolveExternalSymbols()
1212 applyExternalSymbolRelocations(ExternalSymbolMap); in resolveExternalSymbols()
H A DRuntimeDyldImpl.h419 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h851 using ExternalSymbolMap = StringMap<Symbol *>; variable
905 Symbol *operator()(ExternalSymbolMap::value_type &KV) const { in operator()
922 mapped_iterator<ExternalSymbolMap::iterator,
1537 ExternalSymbolMap ExternalSymbols;