Home
last modified time | relevance | path

Searched defs:StubToPointerMaxDisplacement (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
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
341 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
380 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
H A DEPCIndirectionUtils.h39 unsigned StubToPointerMaxDisplacement, unsigned ResolverCodeSize) in ABISupport()
76 unsigned StubToPointerMaxDisplacement = 0; variable