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

/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h58 unsigned getMaxStubSize() { function in class:llvm::RuntimeDyldMachO
H A DRuntimeDyldELF.h85 unsigned getMaxStubSize() { function in class:llvm::RuntimeDyldELF
H A DRuntimeDyldImpl.h202 virtual unsigned getMaxStubSize() = 0;
H A DRuntimeDyldELF.cpp984 Section.StubOffset += getMaxStubSize();
1016 Section.StubOffset += getMaxStubSize();
1062 Section.StubOffset += getMaxStubSize();
1140 Section.StubOffset += getMaxStubSize();
1194 Section.StubOffset = StubOffset + getMaxStubSize();
1247 Section.StubOffset = StubOffset + getMaxStubSize();
H A DRuntimeDyldMachO.cpp433 Section.StubOffset += getMaxStubSize();
H A DRuntimeDyld.cpp241 StubSize = getMaxStubSize();

Completed in 61 milliseconds