Lines Matching refs:Comdat
195 static const Comdat *getELFComdat(const GlobalValue *GV) { in getELFComdat()
196 const Comdat *C = GV->getComdat(); in getELFComdat()
200 if (C->getSelectionKind() != Comdat::Any) in getELFComdat()
217 if (const Comdat *C = getELFComdat(GV)) { in getExplicitSectionGlobal()
274 if (const Comdat *C = getELFComdat(GV)) { in selectELFSectionForGlobal()
336 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
536 const Comdat *C = GV->getComdat(); in checkMachOComdat()
847 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF()
864 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF()
870 case Comdat::Any: in getSelectionForCOFF()
872 case Comdat::ExactMatch: in getSelectionForCOFF()
874 case Comdat::Largest: in getSelectionForCOFF()
876 case Comdat::NoDuplicates: in getSelectionForCOFF()
878 case Comdat::SameSize: in getSelectionForCOFF()
1004 const Comdat *C = F.getComdat(); in getSectionForJumpTable()