| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 173 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 D | AsmPrinter.cpp | 958 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 D | DwarfDebug.cpp | 717 assert(MMI->hasDebugInfo() == (NumDebugCUs > 0) && in beginModule() 947 if (!MMI->hasDebugInfo()) in endModule()
|
| H A D | CodeViewDebug.cpp | 519 if (!Asm || !MMI->hasDebugInfo()) in endModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandDetails.h | 36 FORWARD_SYMBOL_METHOD(hasDebugInfo)
|
| H A D | IPDBRawSymbol.h | 189 virtual bool hasDebugInfo() const = 0;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIDebuggerInsertNops.cpp | 71 if (!MF.getMMI().hasDebugInfo()) in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineModuleInfo.h | 187 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.cpp | 128 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry(); in needsFrameMoves()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 52 if (!MF.getMMI().hasDebugInfo() && in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 163 bool hasDebugInfo() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 158 bool hasDebugInfo() const override;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 465 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.cpp | 207 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry(); in needsFrameMoves()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 327 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 D | NVPTXAsmPrinter.cpp | 903 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 D | X86FrameLowering.cpp | 987 !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 D | X86InstrInfo.cpp | 4036 (MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry()); in ExpandMOVImmSExti8()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1343 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 D | AArch64FrameLowering.cpp | 806 bool needsFrameMoves = (MMI.hasDebugInfo() || F.needsUnwindTableEntry()) && in emitPrologue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 726 bool needsCFI = MMI.hasDebugInfo() || in emitPrologue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 227 bool NeedCFI = MF.getMMI().hasDebugInfo() || in runOnMachineFunction()
|