Searched refs:createAnonymousPointerJumpStub (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 444 return aarch64::createAnonymousPointerJumpStub; in getPointerJumpStubCreator() 446 return x86_64::createAnonymousPointerJumpStub; in getPointerJumpStubCreator() 448 return i386::createAnonymousPointerJumpStub; in getPointerJumpStubCreator() 451 return loongarch::createAnonymousPointerJumpStub; in getPointerJumpStubCreator()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 330 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 408 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
H A D | loongarch.h | 304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 379 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
H A D | x86_64.h | 580 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 670 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
H A D | ppc64.h | 145 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in visitEdge() 241 return createAnonymousPointerJumpStub<Endianness>( in applyFixup() 118 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, createAnonymousPointerJumpStub() function
|
H A D | aarch64.h | 669 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 759 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|