Home
last modified time | relevance | path

Searched defs:getMaxStubSize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h63 unsigned getMaxStubSize() const override { in getMaxStubSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h30 unsigned getMaxStubSize() const override { in getMaxStubSize() function
H A DRuntimeDyldCOFFThumb.h53 unsigned getMaxStubSize() const override { in getMaxStubSize() function
H A DRuntimeDyldMachOX86_64.h29 unsigned getMaxStubSize() const override { return 8; } in getMaxStubSize() function
H A DRuntimeDyldCOFFX86_64.h65 unsigned getMaxStubSize() const override { return 14; } in getMaxStubSize() function
H A DRuntimeDyldMachOI386.h29 unsigned getMaxStubSize() const override { return 0; } in getMaxStubSize() function
H A DRuntimeDyldCOFFAArch64.h97 unsigned getMaxStubSize() const override { return 20; } in getMaxStubSize() function
H A DRuntimeDyldMachOAArch64.h29 unsigned getMaxStubSize() const override { return 8; } in getMaxStubSize() function
H A DRuntimeDyldMachOARM.h32 unsigned getMaxStubSize() const override { return 8; } in getMaxStubSize() function