Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h397 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local
399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
400 -StubAlignment; in processGOTRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h457 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local
459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
460 -StubAlignment; in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1667 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1669 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1670 -StubAlignment; in processRelocationRef()
1721 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1723 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1724 -StubAlignment; in processRelocationRef()
DRuntimeDyld.cpp531 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
533 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
534 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1619 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1621 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1622 -StubAlignment; in processRelocationRef()
1673 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1675 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1676 -StubAlignment; in processRelocationRef()
DRuntimeDyld.cpp608 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
610 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
611 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()