Searched refs:RelocationList (Results 1 – 6 of 6) sorted by relevance
114 typedef SmallVector<RelocationEntry, 4> RelocationList; typedef115 StringMap<RelocationList> Relocations;
496 RelocationList &Relocs = Relocations[Name]; in reassignSymbolAddress()
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()
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);
984 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()1033 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()1040 RelocationList &Relocs = i->second; in resolveExternalSymbols()1085 RelocationList &Relocs = i->second; in resolveExternalSymbols()