/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 59 unsigned getMaxStubSize() override { return 14; } in getMaxStubSize() function 152 Section.advanceStubOffset(getMaxStubSize()); in generateRelocationStub()
|
D | RuntimeDyldMachOARM.h | 33 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function 333 Section.advanceStubOffset(getMaxStubSize()); in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function 472 Section.advanceStubOffset(getMaxStubSize()); in processGOTRelocation()
|
D | RuntimeDyldCOFFI386.h | 31 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
D | RuntimeDyldMachOI386.h | 30 unsigned getMaxStubSize() override { return 0; } in getMaxStubSize() function
|
D | RuntimeDyldMachOX86_64.h | 30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
|
D | RuntimeDyldCOFFThumb.h | 51 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 33 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function 210 Section.advanceStubOffset(getMaxStubSize()); in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function 412 Section.advanceStubOffset(getMaxStubSize()); in processGOTRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 39 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
D | RuntimeDyldCOFFI386.h | 31 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
D | RuntimeDyldMachOI386.h | 30 unsigned getMaxStubSize() override { return 0; } in getMaxStubSize() function
|
D | RuntimeDyldCOFFThumb.h | 31 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
D | RuntimeDyldMachOX86_64.h | 30 unsigned getMaxStubSize() override { return 8; } in getMaxStubSize() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1094 Section.advanceStubOffset(getMaxStubSize()); in resolveAArch64Branch() 1244 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1307 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1428 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1529 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1633 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1682 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
|
D | RuntimeDyldELF.h | 64 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
D | RuntimeDyldImpl.h | 316 virtual unsigned getMaxStubSize() = 0;
|
D | RuntimeDyld.cpp | 583 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 70 unsigned getMaxStubSize() override { in getMaxStubSize() function
|
D | RuntimeDyldELF.cpp | 1331 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1365 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1426 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1577 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1681 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef() 1730 Section.advanceStubOffset(getMaxStubSize()); in processRelocationRef()
|
D | RuntimeDyldImpl.h | 293 virtual unsigned getMaxStubSize() = 0;
|
D | RuntimeDyld.cpp | 506 unsigned StubSize = getMaxStubSize(); in computeSectionStubBufSize()
|