Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp230 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
232 if (!MMI->hasDebugInfo()) in hasDebugInfo()
247 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
343 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction()
369 if (!Asm || !MMI->hasDebugInfo()) in endInstruction()
404 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
H A DDwarfDebug.cpp1155 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1161 assert(MMI->hasDebugInfo() && in beginModule()
1425 if (!Asm || !MMI->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp1069 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1235 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
H A DCodeViewDebug.cpp586 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h35 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h203 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp464 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp477 if (MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel()
866 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader()
882 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1213 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1335 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp588 return getMMI().hasDebugInfo() || in needsFrameMoves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2595 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()