Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp444 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 Di386.h330 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function
408 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
H A Dloongarch.h304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function
379 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
H A Dx86_64.h580 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function
670 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()
H A Dppc64.h145 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in visitEdge()
241 return createAnonymousPointerJumpStub<Endianness>( in applyFixup()
118 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, createAnonymousPointerJumpStub() function
H A Daarch64.h669 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub() function
759 return createAnonymousPointerJumpStub(G, getStubsSection(G), in createEntry()