Home
last modified time | relevance | path

Searched refs:hasDebugInfo (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp236 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
238 if (!MMI->hasDebugInfo()) in hasDebugInfo()
253 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
349 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction()
375 if (!Asm || !MMI->hasDebugInfo()) in endInstruction()
410 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
H A DDwarfDebug.cpp1147 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1153 assert(MMI->hasDebugInfo() && in beginModule()
1419 if (!Asm || !MMI->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp514 if (MMI->hasDebugInfo()) { in doInitialization()
1248 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1426 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
H A DCodeViewDebug.cpp611 if (!MMI->hasDebugInfo() || in beginModule()
634 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h182 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp251 bool DwarfCFI = MMI.hasDebugInfo() || Fn.needsUnwindTableEntry(); in eliminateCallFramePseudoInstr()
487 bool NeedsDwarfCFI = MMI.hasDebugInfo() || Fn.needsUnwindTableEntry(); in emitPrologue()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp477 if (MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel()
868 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader()
884 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp332 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp326 RAW_METHOD_DUMP(OS, hasDebugInfo); in dump()
994 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1212 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1338 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp612 return getMMI().hasDebugInfo() || in needsFrameMoves()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2707 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()