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

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

Completed in 185 milliseconds