Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h349 getGOTSection(G); in visitEdge()
371 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
375 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
H A Dx86_64.h577 getGOTSection(G); in visitEdge()
611 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
615 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
H A Dloongarch.h344 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
348 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
H A Daarch64.h714 return createAnonymousPointer(G, getGOTSection(G), &Target); in createEntry()
718 Section &getGOTSection(LinkGraph &G) { in getGOTSection() function
/freebsd-14.2/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 __anonefe212000111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv