Lines Matching defs:IsForDebug

2699   bool IsForDebug;
2710 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2714 const ModuleSummaryIndex *Index, bool IsForDebug);
2802 bool IsForDebug, bool ShouldPreserveUseListOrder)
2804 IsForDebug(IsForDebug),
2814 const ModuleSummaryIndex *Index, bool IsForDebug)
2816 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {}
4006 if (F->isDeclaration() && !IsForDebug) {
4853 bool IsForDebug) const {
4857 IsForDebug,
4864 bool IsForDebug) const {
4868 IsForDebug,
4874 bool ShouldPreserveUseListOrder, bool IsForDebug) const {
4877 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug,
4882 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const {
4885 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug);
4890 bool IsForDebug) const {
4901 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug);
4905 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const {
4930 void Type::print(raw_ostream &OS, bool /*IsForDebug*/, bool NoDetails) const {
4956 void DbgMarker::print(raw_ostream &ROS, bool IsForDebug) const {
4959 print(ROS, MST, IsForDebug);
4962 void DbgVariableRecord::print(raw_ostream &ROS, bool IsForDebug) const {
4965 print(ROS, MST, IsForDebug);
4969 bool IsForDebug) const {
4979 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
4983 void DbgLabelRecord::print(raw_ostream &ROS, bool IsForDebug) const {
4986 print(ROS, MST, IsForDebug);
4990 bool IsForDebug) const {
5002 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5007 bool IsForDebug) const {
5018 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5022 void Value::print(raw_ostream &ROS, bool IsForDebug) const {
5030 print(ROS, MST, IsForDebug);
5034 bool IsForDebug) const {
5046 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug);
5050 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug);
5053 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug);
5222 bool /*IsForDebug*/) const {
5228 const Module *M, bool /*IsForDebug*/) const {
5244 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const {
5247 AssemblyWriter W(OS, SlotTable, this, IsForDebug);
5265 void Value::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
5270 print(dbgs(), /*IsForDebug=*/true);
5276 void DbgRecord::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
5280 void Type::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; }
5286 /*ShouldPreserveUseListOrder=*/false, /*IsForDebug=*/true);
5291 void Comdat::dump() const { print(dbgs(), /*IsForDebug=*/true); }
5295 void NamedMDNode::dump() const { print(dbgs(), /*IsForDebug=*/true); }
5302 print(dbgs(), M, /*IsForDebug=*/true);
5317 void ModuleSummaryIndex::dump() const { print(dbgs(), /*IsForDebug=*/true); }