Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
349 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction()
375 if (!Asm || !MMI->hasDebugInfo()) in endInstruction()
407 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
H A DDwarfDebug.cpp1168 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1174 assert(MMI->hasDebugInfo() && in beginModule()
1437 if (!Asm || !MMI->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp1055 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1221 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
H A DCodeViewDebug.cpp586 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h35 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h203 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp464 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp569 return getMMI().hasDebugInfo() || in needsFrameMoves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1216 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1318 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2431 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()