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 Dx86.cpp48 const char PointerJumpStubContent[6] = { variable
58 assert(StubBlock.getSize() == sizeof(PointerJumpStubContent) && in optimizeGOTAndStubAccesses()
H A Dx86_64.cpp85 const char PointerJumpStubContent[6] = { variable
194 assert(StubBlock.getSize() == sizeof(PointerJumpStubContent) && in optimizeGOTAndStubAccesses()
H A Daarch64.cpp26 const char PointerJumpStubContent[12] = { variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h265 LLVM_ABI extern const char PointerJumpStubContent[6];
295 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
H A Daarch64.h710 LLVM_ABI extern const char PointerJumpStubContent[12];
740 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
756 sizeof(PointerJumpStubContent), true, false); in createAnonymousPointerJumpStub()
H A Dx86_64.h597 LLVM_ABI extern const char PointerJumpStubContent[6];
627 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()