Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp173 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
175 if (!MMI->hasDebugInfo()) in hasDebugInfo()
190 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
260 if (!MMI->hasDebugInfo()) in beginInstruction()
286 if (!MMI->hasDebugInfo()) in endInstruction()
318 if (hasDebugInfo(MMI, MF)) in endFunction()
H A DAsmPrinter.cpp958 if (MMI->hasDebugInfo()) in needsCFIMoves()
1030 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
1049 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()
H A DDwarfDebug.cpp717 assert(MMI->hasDebugInfo() == (NumDebugCUs > 0) && in beginModule()
947 if (!MMI->hasDebugInfo()) in endModule()
H A DCodeViewDebug.cpp519 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h36 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h189 virtual bool hasDebugInfo() const = 0;
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIDebuggerInsertNops.cpp71 if (!MF.getMMI().hasDebugInfo()) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h187 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp128 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry(); in needsFrameMoves()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp52 if (!MF.getMMI().hasDebugInfo() && in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h163 bool hasDebugInfo() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h158 bool hasDebugInfo() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp465 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp207 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry(); in needsFrameMoves()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp327 RAW_METHOD_DUMP(OS, hasDebugInfo); in dump()
995 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp903 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader()
919 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp987 !IsWin64Prologue && (MMI.hasDebugInfo() || Fn.needsUnwindTableEntry()); in emitPrologue()
1610 (MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry()); in emitEpilogue()
2764 (MMI.hasDebugInfo() || F.needsUnwindTableEntry()); in eliminateCallFramePseudoInstr()
H A DX86InstrInfo.cpp4036 (MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry()); in ExpandMOVImmSExti8()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1343 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1443 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp806 bool needsFrameMoves = (MMI.hasDebugInfo() || F.needsUnwindTableEntry()) && in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp726 bool needsCFI = MMI.hasDebugInfo() || in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp227 bool NeedCFI = MF.getMMI().hasDebugInfo() || in runOnMachineFunction()