Lines Matching defs:IsForDebug

654       Inner->print(OS, /*IsForDebug=*/false, /*NoDetails=*/true);
2739 bool IsForDebug;
2750 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2754 const ModuleSummaryIndex *Index, bool IsForDebug);
2842 bool IsForDebug, bool ShouldPreserveUseListOrder)
2844 IsForDebug(IsForDebug),
2854 const ModuleSummaryIndex *Index, bool IsForDebug)
2856 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {}
4046 if (F->isDeclaration() && !IsForDebug) {
4892 bool IsForDebug) const {
4896 IsForDebug,
4903 bool IsForDebug) const {
4907 IsForDebug,
4913 bool ShouldPreserveUseListOrder, bool IsForDebug) const {
4916 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug,
4921 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const {
4924 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug);
4929 bool IsForDebug) const {
4940 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug);
4944 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const {
4969 void Type::print(raw_ostream &OS, bool /*IsForDebug*/, bool NoDetails) const {
4995 void DbgMarker::print(raw_ostream &ROS, bool IsForDebug) const {
4998 print(ROS, MST, IsForDebug);
5001 void DbgVariableRecord::print(raw_ostream &ROS, bool IsForDebug) const {
5004 print(ROS, MST, IsForDebug);
5008 bool IsForDebug) const {
5018 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5022 void DbgLabelRecord::print(raw_ostream &ROS, bool IsForDebug) const {
5025 print(ROS, MST, IsForDebug);
5029 bool IsForDebug) const {
5041 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5046 bool IsForDebug) const {
5057 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5061 void Value::print(raw_ostream &ROS, bool IsForDebug) const {
5069 print(ROS, MST, IsForDebug);
5073 bool IsForDebug) const {
5085 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug);
5089 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug);
5092 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug);
5261 bool /*IsForDebug*/) const {
5267 const Module *M, bool /*IsForDebug*/) const {
5283 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const {
5286 AssemblyWriter W(OS, SlotTable, this, IsForDebug);
5304 void Value::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
5309 print(dbgs(), /*IsForDebug=*/true);
5315 void DbgRecord::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
5319 void Type::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
5325 /*ShouldPreserveUseListOrder=*/false, /*IsForDebug=*/true);
5330 void Comdat::dump() const { print(dbgs(), /*IsForDebug=*/true); }
5334 void NamedMDNode::dump() const { print(dbgs(), /*IsForDebug=*/true); }
5341 print(dbgs(), M, /*IsForDebug=*/true);
5356 void ModuleSummaryIndex::dump() const { print(dbgs(), /*IsForDebug=*/true); }