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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1071 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap) {
1088 auto RRI = ExternalSymbolMap.find(Name);
1089 assert(RRI != ExternalSymbolMap.end() && "No result for symbol");
1136 StringMap<JITEvaluatedSymbol> ExternalSymbolMap; local
1180 ExternalSymbolMap.insert(RRKV);
1186 applyExternalSymbolRelocations(ExternalSymbolMap);
1070 applyExternalSymbolRelocations( const StringMap<JITEvaluatedSymbol> ExternalSymbolMap) argument
H A DRuntimeDyldImpl.h428 const StringMap<JITEvaluatedSymbol> ExternalSymbolMap);

Completed in 270 milliseconds