Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h258 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef
262 std::unordered_map<unsigned, RelocationList> Relocations;
267 StringMap<RelocationList> ExternalSymbolRelocations;
383 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
DRuntimeDyld.cpp891 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h275 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef
279 std::unordered_map<unsigned, RelocationList> Relocations;
284 StringMap<RelocationList> ExternalSymbolRelocations;
411 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
DRuntimeDyld.cpp1059 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()