Lines Matching full:comdat
195 static const Comdat *getELFComdat(const GlobalValue *GV) {
196 const Comdat *C = GV->getComdat();
200 if (C->getSelectionKind() != Comdat::Any)
217 if (const Comdat *C = getELFComdat(GV)) {
268 if (const Comdat *C = getELFComdat(GV))
506 const Comdat *C = GV->getComdat();
764 const Comdat *C = GV->getComdat();
765 assert(C && "expected GV to have a Comdat!");
770 report_fatal_error("Associative COMDAT symbol '" + ComdatGVName +
774 report_fatal_error("Associative COMDAT symbol '" + ComdatGVName +
775 "' is not a key for it's COMDAT.");
781 if (const Comdat *C = GV->getComdat()) {
787 case Comdat::Any:
789 case Comdat::ExactMatch:
791 case Comdat::Largest:
793 case Comdat::NoDuplicates:
795 case Comdat::SameSize: