/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 244 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function 246 if (!MMI->hasDebugInfo()) in hasDebugInfo() 261 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction() 357 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction() 383 if (!Asm || !MMI->hasDebugInfo()) in endInstruction() 418 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
|
H A D | DwarfDebug.cpp | 1148 if (!Asm || !MMI->hasDebugInfo()) in beginModule() 1154 assert(MMI->hasDebugInfo() && in beginModule() 1433 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
H A D | AsmPrinter.cpp | 545 if (MMI->hasDebugInfo()) { in doInitialization() 1281 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType() 1675 MMI.hasDebugInfo() || in needFuncLabels()
|
H A D | CodeViewDebug.cpp | 616 if (!MMI->hasDebugInfo() || in beginModule() 639 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 190 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ObjectFile.cpp | 99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 157 bool hasDebugInfo() const override;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.h | 162 bool hasDebugInfo() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 496 if (!SP->getUnit()->isDebugDirectivesOnly() && MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel() 915 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader() 931 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 333 virtual bool hasDebugInfo() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 460 if (Object->hasDebugInfo()) { in findBinaries()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1210 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in handleDbgInfo() 1409 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall() 1453 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 484 bool NeedsDwarfCFI = MMI.hasDebugInfo() || Fn.needsUnwindTableEntry(); in emitPrologue()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 683 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2623 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject() 2628 if (FetchedObj->hasDebugInfo()) { in disassembleObject() 2638 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 657 return getMMI().hasDebugInfo() || in needsFrameMoves()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 3144 MMI->hasDebugInfo()); in emitInstruction() 3202 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()
|