Lines Matching defs:Major
76 RecA->getValueAsDef("dxil_version")->getValueAsInt("Major");
80 RecB->getValueAsDef("dxil_version")->getValueAsInt("Major");
252 unsigned Major =
253 Rec->getValueAsDef("dxil_version")->getValueAsInt("Major");
258 .append(std::to_string(Major))
298 unsigned Major = Rec->getValueAsDef("dxil_version")->getValueAsInt("Major");
302 .append(std::to_string(Major))
327 unsigned Major = Version->getValueAsInt("Major");
330 OS << std::to_string(Major) << ", " << std::to_string(Minor);
399 unsigned Major =
400 Rec->getValueAsDef("dxil_version")->getValueAsInt("Major");
404 OS << std::to_string(Major) << ", " << std::to_string(Minor);