Home
last modified time | relevance | path

Searched refs:RelocTarget (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp1806 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local
1809 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp1789 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local
1792 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1509 uint8_t *RelocTarget = in processRelocationRef() local
1511 int32_t delta = static_cast<int32_t>(Target - RelocTarget); in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1472 uint8_t *RelocTarget = in processRelocationRef() local
1474 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1479 uint8_t *RelocTarget = in processRelocationRef() local
1481 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()