Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Di386.cpp50 const char PointerJumpStubContent[6] = { variable
60 assert(StubBlock.getSize() == sizeof(PointerJumpStubContent) && in optimizeGOTAndStubAccesses()
H A Dx86_64.cpp77 const char PointerJumpStubContent[6] = { variable
162 assert(StubBlock.getSize() == sizeof(PointerJumpStubContent) && in optimizeGOTAndStubAccesses()
H A Daarch64.cpp24 const char PointerJumpStubContent[12] = { variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h286 extern const char PointerJumpStubContent[6];
316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
H A Daarch64.h618 extern const char PointerJumpStubContent[12];
648 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
664 sizeof(PointerJumpStubContent), true, false); in createAnonymousPointerJumpStub()
H A Dx86_64.h518 extern const char PointerJumpStubContent[6];
548 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()