Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
Dx86_64.cpp75 const char PointerJumpStubContent[6] = { variable
160 assert(StubBlock.getSize() == sizeof(PointerJumpStubContent) && in optimizeGOTAndStubAccesses()
Daarch64.cpp24 const char PointerJumpStubContent[12] = { variable
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
Daarch64.h491 extern const char PointerJumpStubContent[12];
521 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
537 sizeof(PointerJumpStubContent), true, false); in createAnonymousPointerJumpStub()
Dx86_64.h511 extern const char PointerJumpStubContent[6];
541 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()