Home
last modified time | relevance | path

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

/freebsd/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.cpp79 const char PointerJumpStubContent[6] = { variable
164 assert(StubBlock.getSize() == sizeof(PointerJumpStubContent) && in optimizeGOTAndStubAccesses()
H A Daarch64.cpp24 const char PointerJumpStubContent[12] = { variable
/freebsd/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.h628 extern const char PointerJumpStubContent[12];
658 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
674 sizeof(PointerJumpStubContent), true, false); in createAnonymousPointerJumpStub()
H A Dx86_64.h540 extern const char PointerJumpStubContent[6];
570 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()