Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h314 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() function
334 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
H A Dx86_64.h568 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() function
584 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
H A Daarch64.h656 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() function
673 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp604 jitlink::x86_64::createPointerJumpStubBlock(*G, Sec, Ptr); in createStubsGraph()