| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 235 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function 237 if (!MMI->hasDebugInfo()) in hasDebugInfo() 252 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction() 348 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction() 374 if (!Asm || !MMI->hasDebugInfo()) in endInstruction() 409 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
|
| H A D | DwarfDebug.cpp | 1173 if (!Asm || !MMI->hasDebugInfo()) in beginModule() 1179 assert(MMI->hasDebugInfo() && in beginModule() 1445 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
| H A D | AsmPrinter.cpp | 503 if (MMI->hasDebugInfo()) { in doInitialization() 1257 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType() 1544 MMI.hasDebugInfo() || in needFuncLabels()
|
| H A D | CodeViewDebug.cpp | 609 if (!MMI->hasDebugInfo() || in beginModule() 632 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineModuleInfo.h | 178 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 157 bool hasDebugInfo() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 162 bool hasDebugInfo() const override;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 484 if (MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel() 877 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader() 893 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 331 virtual bool hasDebugInfo() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 412 if (Object->hasDebugInfo()) { in findBinaries()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2116 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject() 2121 if (FetchedObj->hasDebugInfo()) { in disassembleObject() 2131 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1206 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall() 1339 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 629 return getMMI().hasDebugInfo() || in needsFrameMoves()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2737 MMI->hasDebugInfo()); in emitInstruction() 2791 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()
|