Home
last modified time | relevance | path

Searched refs:RelocationList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h274 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef
278 std::unordered_map<unsigned, RelocationList> Relocations;
283 StringMap<RelocationList> ExternalSymbolRelocations;
402 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
H A DRuntimeDyld.cpp1098 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()
1113 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations()