Searched refs:getMaxStubSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h168 inline unsigned getMaxStubSize() { function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyldELF.cpp908 Section.StubOffset += getMaxStubSize();
940 Section.StubOffset += getMaxStubSize();
987 Section.StubOffset += getMaxStubSize();
1065 Section.StubOffset += getMaxStubSize();
1116 Section.StubOffset = StubOffset + getMaxStubSize();
H A DRuntimeDyldMachO.cpp378 Section.StubOffset += getMaxStubSize();
H A DRuntimeDyld.cpp218 StubSize = getMaxStubSize();

Completed in 93 milliseconds