Searched refs:getGOTSection (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 349 getGOTSection(G); in visitEdge() 371 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry() 375 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
|
H A D | x86_64.h | 599 getGOTSection(G); in visitEdge() 633 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry() 637 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
|
H A D | loongarch.h | 344 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry() 348 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
|
H A D | aarch64.h | 724 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry() 728 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_riscv.cpp | 51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry() 89 Section &getGOTSection() const { in getGOTSection() function in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
|