Searched refs:RelocationList (Results 1 – 2 of 2) sorted by relevance
269 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef273 std::unordered_map<unsigned, RelocationList> Relocations;278 StringMap<RelocationList> ExternalSymbolRelocations;397 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
1113 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()1128 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations()