Home
last modified time | relevance | path

Searched defs:StubToPointerMaxDisplacement (Results 1 – 2 of 2) 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()
74 unsigned StubToPointerMaxDisplacement = 0; variable