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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h67 unsigned getStubAlignment() { function in class:llvm::RuntimeDyldMachO
H A DRuntimeDyldELF.h102 unsigned getStubAlignment() { function in class:llvm::RuntimeDyldELF
H A DRuntimeDyldImpl.h203 virtual unsigned getStubAlignment() = 0;
H A DRuntimeDyld.cpp282 unsigned StubAlignment = getStubAlignment();
H A DRuntimeDyldELF.cpp1181 uintptr_t StubAlignment = getStubAlignment();
1231 uintptr_t StubAlignment = getStubAlignment();

Completed in 73 milliseconds