Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDi386.h314 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument
316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
331 Section &StubSection, in createAnonymousPointerJumpStub() argument
334 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
HDx86_64.h568 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument
570 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
581 Section &StubSection, in createAnonymousPointerJumpStub() argument
584 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
HDaarch64.h656 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument
658 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
670 Section &StubSection, in createAnonymousPointerJumpStub() argument
673 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
HDloongarch.h305 Section &StubSection, in createAnonymousPointerJumpStub() argument
308 StubSection, getStubBlockContent(G), orc::ExecutorAddr(), 4, 0); in createAnonymousPointerJumpStub()
HDppc64.h146 Section &StubSection, in createAnonymousPointerJumpStub() argument
150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
HDJITLink.h1895 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;