Searched refs:isMachOGOTSection (Results 1 – 1 of 1) sorted by relevance
23 static bool isMachOGOTSection(Section &S) { return S.getName() == "$__GOT"; } in isMachOGOTSection() function60 if (!GOTSym.isDefined() || !isMachOGOTSection(GOTSym.getBlock().getSection())) in getMachOStubTarget()102 bool isGOTSection = isMachOGOTSection(Sec); in registerMachOGraphInfo()