Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
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()
DOrcABISupport.h61 static constexpr unsigned StubToPointerMaxDisplacement = 1; variable
94 static constexpr unsigned StubToPointerMaxDisplacement = 1U << 27; variable
134 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
201 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
241 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
303 static constexpr unsigned StubToPointerMaxDisplacement = 1 << 31; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp22 constexpr unsigned MaxDisp = ORCABI::StubToPointerMaxDisplacement; in stubAndPointerRangesOk()