Searched refs:ExternalSymbolRelocations (Results 1 – 2 of 2) sorted by relevance
386 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()499 while(!ExternalSymbolRelocations.empty()) { in resolveExternalSymbols()500 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()521 i = ExternalSymbolRelocations.find(Name); in resolveExternalSymbols()544 ExternalSymbolRelocations.erase(i); in resolveExternalSymbols()
183 StringMap<RelocationList> ExternalSymbolRelocations; variable