Home
last modified time | relevance | path

Searched refs:StubToPointerMaxDisplacement (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h39 unsigned StubToPointerMaxDisplacement, unsigned ResolverCodeSize) in ABISupport() argument
42 StubToPointerMaxDisplacement(StubToPointerMaxDisplacement), in ABISupport()
52 return StubToPointerMaxDisplacement; in getStubToPointerMaxDisplacement()
76 unsigned StubToPointerMaxDisplacement = 0; variable
180 ORCABI::StubSize, ORCABI::StubToPointerMaxDisplacement, in ABISupportImpl()
H A DOrcABISupport.h60 static constexpr unsigned StubToPointerMaxDisplacement = 1; variable
93 static constexpr unsigned StubToPointerMaxDisplacement = 1U << 27; variable
133 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
200 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
240 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
302 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp22 constexpr unsigned MaxDisp = ORCABI::StubToPointerMaxDisplacement; in stubAndPointerRangesOk()