Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h293 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument
295 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
310 Section &StubSection, in createAnonymousPointerJumpStub() argument
313 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
H A Dx86_64.h625 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument
627 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
638 Section &StubSection, in createAnonymousPointerJumpStub() argument
641 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
H A Daarch64.h738 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() argument
740 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock()
752 Section &StubSection, in createAnonymousPointerJumpStub() argument
755 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
H A Dloongarch.h611 Section &StubSection, in createAnonymousPointerJumpStub() argument
614 StubSection, getStubBlockContent(G), orc::ExecutorAddr(), 4, 0); in createAnonymousPointerJumpStub()
H A Dppc64.h147 Section &StubSection, in createAnonymousPointerJumpStub() argument
151 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
H A DJITLink.h2027 LinkGraph &G, Section &StubSection, Symbol &PointerSymbol)>;