Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h54 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldELF.h60 unsigned getMaxStubSize() override { in getMaxStubSize() function
DRuntimeDyldELF.cpp1065 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
1096 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
1140 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
1218 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
1314 Section.StubOffset = StubOffset + getMaxStubSize(); in processRelocationRef()
1369 Section.StubOffset = StubOffset + getMaxStubSize(); in processRelocationRef()
DRuntimeDyldImpl.h235 virtual unsigned getMaxStubSize() = 0;
DRuntimeDyld.cpp322 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize()
DRuntimeDyldMachO.cpp791 Section.StubOffset += getMaxStubSize(); in processRelocationRef()