Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h114 typedef SmallVector<RelocationEntry, 4> RelocationList; typedef
115 StringMap<RelocationList> Relocations;
DRuntimeDyldMachO.cpp496 RelocationList &Relocs = Relocations[Name]; in reassignSymbolAddress()
/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-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h280 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef
284 std::unordered_map<unsigned, RelocationList> Relocations;
289 StringMap<RelocationList> ExternalSymbolRelocations;
420 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
DRuntimeDyld.cpp984 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()