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