Searched refs:RelocationList (Results 1 – 2 of 2) sorted by relevance
280 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef284 std::unordered_map<unsigned, RelocationList> Relocations;289 StringMap<RelocationList> ExternalSymbolRelocations;420 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
995 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()1010 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in applyExternalSymbolRelocations()1017 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations()1062 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations()