Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp511 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
627 while (!ExternalSymbolRelocations.empty()) { in resolveExternalSymbols()
628 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()
650 i = ExternalSymbolRelocations.find(Name); in resolveExternalSymbols()
672 ExternalSymbolRelocations.erase(i); in resolveExternalSymbols()
DRuntimeDyldImpl.h212 StringMap<RelocationList> ExternalSymbolRelocations; variable