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.h61 static constexpr unsigned StubToPointerMaxDisplacement = 1; variable
95 static constexpr unsigned StubToPointerMaxDisplacement = 1U << 27; variable
135 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
202 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
242 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
304 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
343 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
382 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
H A DEPCIndirectionUtils.h39 unsigned StubToPointerMaxDisplacement, unsigned ResolverCodeSize) in ABISupport()
74 unsigned StubToPointerMaxDisplacement = 0; variable