Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h62 static constexpr unsigned ResolverCodeSize = 1; variable
96 static constexpr unsigned ResolverCodeSize = 0x120; variable
159 static constexpr unsigned ResolverCodeSize = 0x6C;
179 static constexpr unsigned ResolverCodeSize = 0x74;
203 static constexpr unsigned ResolverCodeSize = 0x4a; variable
243 static constexpr unsigned ResolverCodeSize = 0xfc; variable
305 static constexpr unsigned ResolverCodeSize = 0x120; variable
344 static constexpr unsigned ResolverCodeSize = 0x148; variable
383 static constexpr unsigned ResolverCodeSize = 0xc8; variable
H A DEPCIndirectionUtils.h39 unsigned StubToPointerMaxDisplacement, unsigned ResolverCodeSize) in ABISupport() argument
43 ResolverCodeSize(ResolverCodeSize) {} in ABISupport()
54 unsigned getResolverCodeSize() const { return ResolverCodeSize; } in getResolverCodeSize()
75 unsigned ResolverCodeSize = 0; variable
183 ORCABI::ResolverCodeSize) {} in ABISupportImpl()
H A DIndirectionUtils.h144 ORCABI::ResolverCodeSize, nullptr, in LocalTrampolinePool()