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