Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp1148 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1154 assert(MMI->hasDebugInfo() && in beginModule()
1433 if (!Asm || !MMI->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp556 if (MMI->hasDebugInfo()) { in doInitialization()
1307 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1665 MMI.hasDebugInfo() || in needFuncLabels()
H A DCodeViewDebug.cpp616 if (!MMI->hasDebugInfo() || in beginModule()
639 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h178 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp491 if (MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel()
910 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader()
926 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp459 if (Object->hasDebugInfo()) { in findBinaries()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h332 virtual bool hasDebugInfo() const;
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp676 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1380 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1417 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2485 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject()
2490 if (FetchedObj->hasDebugInfo()) { in disassembleObject()
2500 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp645 return getMMI().hasDebugInfo() || in needsFrameMoves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2835 MMI->hasDebugInfo()); in emitInstruction()
2891 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()