Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h60 static constexpr unsigned StubToPointerMaxDisplacement = 1; variable
94 static constexpr unsigned StubToPointerMaxDisplacement = 1U << 27; variable
135 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
203 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
244 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
306 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
346 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
386 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
H A DEPCIndirectionUtils.h39 unsigned StubToPointerMaxDisplacement, unsigned ResolverCodeSize) in ABISupport() argument
42 StubToPointerMaxDisplacement(StubToPointerMaxDisplacement), in ABISupport()
52 return StubToPointerMaxDisplacement; in getStubToPointerMaxDisplacement()
74 unsigned StubToPointerMaxDisplacement = 0; variable
182 ORCABI::StubSize, ORCABI::StubToPointerMaxDisplacement, in ABISupportImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp23 constexpr unsigned MaxDisp = ORCABI::StubToPointerMaxDisplacement; in stubAndPointerRangesOk()