Home
last modified time | relevance | path

Searched refs:ExternalSymbolRelocations (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp661 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
780 while (!ExternalSymbolRelocations.empty()) { in resolveExternalSymbols()
781 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()
803 i = ExternalSymbolRelocations.find(Name); in resolveExternalSymbols()
825 ExternalSymbolRelocations.erase(i); in resolveExternalSymbols()
DRuntimeDyldImpl.h232 StringMap<RelocationList> ExternalSymbolRelocations; variable