Home
last modified time | relevance | path

Searched refs:getStubAlignment (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
379 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation()
385 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h178 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldCOFFI386.h35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOX86_64.h31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOI386.h31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOARM.h34 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h84 unsigned getStubAlignment() override { in getStubAlignment() function
DRuntimeDyld.cpp446 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()
601 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()
DRuntimeDyldImpl.h300 virtual unsigned getStubAlignment() = 0;
DRuntimeDyldELF.cpp1618 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
1672 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()