| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 236 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 D | DwarfDebug.cpp | 1147 if (!Asm || !MMI->hasDebugInfo()) in beginModule() 1153 assert(MMI->hasDebugInfo() && in beginModule() 1419 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
| H A D | AsmPrinter.cpp | 514 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 D | CodeViewDebug.cpp | 611 if (!MMI->hasDebugInfo() || in beginModule() 634 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandDetails.h | 34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
|
| H A D | IPDBRawSymbol.h | 184 virtual bool hasDebugInfo() const = 0;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineModuleInfo.h | 182 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 162 bool hasDebugInfo() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 157 bool hasDebugInfo() const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 251 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 D | NativeRawSymbol.cpp | 463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 477 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 D | PDBApiTest.cpp | 332 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 326 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 D | FastISel.cpp | 1212 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 D | MachineFunction.cpp | 612 return getMMI().hasDebugInfo() || in needsFrameMoves()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2707 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()
|