Searched refs:createPointerJumpStubBlock (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86.h | 293 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() function 313 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
| H A D | x86_64.h | 625 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() function 641 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, 6, true, in createAnonymousPointerJumpStub()
|
| H A D | aarch64.h | 738 inline Block &createPointerJumpStubBlock(LinkGraph &G, Section &StubSection, in createPointerJumpStubBlock() function 755 createPointerJumpStubBlock(G, StubSection, PointerSymbol), 0, in createAnonymousPointerJumpStub()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 577 jitlink::x86_64::createPointerJumpStubBlock(*G, Sec, Ptr); in createStubsGraph()
|