Searched refs:createAnonymousPointerJumpStub (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| HD | 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-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| HD | i386.h | 330 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 408 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
| HD | loongarch.h | 304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 379 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
| HD | x86_64.h | 580 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 670 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
| HD | aarch64.h | 669 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 759 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
|
| HD | ppc64.h | 145 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function 241 return createAnonymousPointerJumpStub<Endianness>( in createEntry()
|