Searched refs:ExternalSymbolRelocations (Results 1 – 2 of 2) sorted by relevance
661 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()
232 StringMap<RelocationList> ExternalSymbolRelocations; variable