Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-macho.cpp23 static bool isMachOGOTSection(Section &S) { return S.getName() == "$__GOT"; } in isMachOGOTSection() function
60 if (!GOTSym.isDefined() || !isMachOGOTSection(GOTSym.getBlock().getSection())) in getMachOStubTarget()
102 bool isGOTSection = isMachOGOTSection(Sec); in registerMachOGraphInfo()