Searched refs:RelocationList (Results 1 – 4 of 4) sorted by relevance
258 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef262 std::unordered_map<unsigned, RelocationList> Relocations;267 StringMap<RelocationList> ExternalSymbolRelocations;383 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
891 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()904 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()911 RelocationList &Relocs = i->second; in resolveExternalSymbols()951 RelocationList &Relocs = i->second; in resolveExternalSymbols()
275 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef279 std::unordered_map<unsigned, RelocationList> Relocations;284 StringMap<RelocationList> ExternalSymbolRelocations;411 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
1059 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()1074 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in applyExternalSymbolRelocations()1081 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations()1126 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations()