reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty());
lib/LTO/LTOBackend.cpp 163 PGOOptions::IRUse, PGOOptions::CSIRInstr);
lib/Passes/PassBuilder.cpp771 PGOOpt->CSAction == PGOOptions::CSIRInstr) 874 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) 1266 if (PGOOpt->CSAction == PGOOptions::CSIRInstr)tools/clang/lib/CodeGen/BackendUtil.cpp
1055 PGOOpt->CSAction = PGOOptions::CSIRInstr; 1061 "", PGOOptions::NoAction, PGOOptions::CSIRInstr,tools/opt/NewPMDriver.cpp
249 P->CSAction = PGOOptions::CSIRInstr; 253 PGOOptions::NoAction, PGOOptions::CSIRInstr);