Searched refs:hasDebugInfo (Results 1 – 18 of 18) sorted by relevance
102 static bool hasDebugInfo(const Function &F) { in hasDebugInfo() function164 if (NoDiscriminators || !hasDebugInfo(F) || in runOnFunction()
39 FORWARD_SYMBOL_METHOD(hasDebugInfo)
139 virtual bool hasDebugInfo() const = 0;
241 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
131 bool hasDebugInfo() const override;
207 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
219 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
333 if (!Asm || !Asm->MMI->hasDebugInfo()) in beginFunction()
797 if (MMI->hasDebugInfo()) in needsCFIMoves()841 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()941 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()1238 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
632 if (!MMI->hasDebugInfo()) in endModule()1100 if (!MMI->hasDebugInfo()) in beginFunction()1194 if (!MMI->hasDebugInfo() || LScopes.empty() || in endFunction()
187 if (MMI.hasDebugInfo()) { in set()
1109 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
288 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); in emitPrologue()
819 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
926 !IsWin64Prologue && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in emitPrologue()2507 (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in eliminateCallFramePseudoInstr()
5332 (MF.getMMI().hasDebugInfo() || MF.getFunction()->needsUnwindTableEntry()); in ExpandMOVImmSExti8()
175 bool NeedCFI = MF.getMMI().hasDebugInfo() || in runOnMachineFunction()
630 bool needsCFI = MMI.hasDebugInfo() || in emitPrologue()