Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h350 extern const char PointerJumpStubContent[6];
381 G.createContentBlock(StubSection, PointerJumpStubContent, ~5ULL, 1, 0); in createPointerJumpStubBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp59 const char PointerJumpStubContent[6] = { variable
H A DMachO_x86_64.cpp540 assert(StubBlock.getSize() == sizeof(x86_64::PointerJumpStubContent) && in optimizeMachO_x86_64_GOTAndStubs()