Home
last modified time | relevance | path

Searched refs:getGOTEntryBlockContent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h261 inline ArrayRef<char> getGOTEntryBlockContent(LinkGraph &G) { in getGOTEntryBlockContent() function
294 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp51 G.createContentBlock(getGOTSection(), getGOTEntryBlockContent(), in createGOTEntry()
102 ArrayRef<char> getGOTEntryBlockContent() { in getGOTEntryBlockContent() function in __anon7d51f2520111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv