Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h63 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldELF.h78 unsigned getStubAlignment() override { in getStubAlignment() function
DRuntimeDyldImpl.h236 virtual unsigned getStubAlignment() = 0;
DRuntimeDyldELF.cpp1301 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
1353 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
DRuntimeDyld.cpp350 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()