Home
last modified time | relevance | path

Searched refs:getGOTSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h328 getGOTSection(G); in visitEdge()
350 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
354 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
H A Dx86_64.h686 getGOTSection(G); in visitEdge()
720 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
724 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
H A Dloongarch.h650 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
654 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
H A Daarch64.h846 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
850 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry()
89 Section &getGOTSection() const { in getGOTSection() function in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv