Searched refs:hasDebugInfo (Results 1 – 16 of 16) sorted by relevance
100 static bool hasDebugInfo(const Function &F) { in hasDebugInfo() function163 !hasDebugInfo(F) || in runOnFunction()
39 FORWARD_SYMBOL_METHOD(hasDebugInfo)
139 virtual bool hasDebugInfo() const = 0;
246 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
131 bool hasDebugInfo() const override;
207 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
318 if (!Asm || !Asm->MMI->hasDebugInfo()) in beginFunction()
746 if (MMI->hasDebugInfo()) in needsCFIMoves()790 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()890 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()1173 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
608 if (!MMI->hasDebugInfo()) in endModule()1079 if (!MMI->hasDebugInfo()) in beginFunction()1173 if (!MMI->hasDebugInfo() || LScopes.empty() || in endFunction()
209 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
206 if (MMI.hasDebugInfo() && DIVar && DI->getDebugLoc()) { in set()
1092 if (!DIVar || !FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
263 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); in emitPrologue()
819 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
570 bool needsCFI = MMI.hasDebugInfo() || in emitPrologue()
589 !IsWinEH && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in emitPrologue()