Lines Matching refs:Comdat
479 static const Comdat *getELFComdat(const GlobalValue *GV) { in getELFComdat()
480 const Comdat *C = GV->getComdat(); in getELFComdat()
484 if (C->getSelectionKind() != Comdat::Any) in getELFComdat()
561 if (const Comdat *C = getELFComdat(GO)) { in getExplicitSectionGlobal()
610 if (const Comdat *C = getELFComdat(GO)) { in selectELFSectionForGlobal()
690 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
903 const Comdat *C = GV->getComdat(); in checkMachOComdat()
1234 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF()
1251 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF()
1257 case Comdat::Any: in getSelectionForCOFF()
1259 case Comdat::ExactMatch: in getSelectionForCOFF()
1261 case Comdat::Largest: in getSelectionForCOFF()
1263 case Comdat::NoDuplicates: in getSelectionForCOFF()
1265 case Comdat::SameSize: in getSelectionForCOFF()
1397 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
1657 static const Comdat *getWasmComdat(const GlobalValue *GV) { in getWasmComdat()
1658 const Comdat *C = GV->getComdat(); in getWasmComdat()
1662 if (C->getSelectionKind() != Comdat::Any) in getWasmComdat()
1693 if (const Comdat *C = getWasmComdat(GO)) { in getExplicitSectionGlobal()
1705 if (const Comdat *C = getWasmComdat(GO)) { in selectWasmSectionForGlobal()