Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp235 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
237 if (!MMI->hasDebugInfo()) in hasDebugInfo()
252 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
348 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction()
374 if (!Asm || !MMI->hasDebugInfo()) in endInstruction()
409 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
DDwarfDebug.cpp1173 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1179 assert(MMI->hasDebugInfo() && in beginModule()
1445 if (!Asm || !MMI->hasDebugInfo()) in endModule()
DAsmPrinter.cpp503 if (MMI->hasDebugInfo()) { in doInitialization()
1257 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1544 MMI.hasDebugInfo() || in needFuncLabels()
DCodeViewDebug.cpp609 if (!MMI->hasDebugInfo() || in beginModule()
632 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h178 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/openbsd/src/gnu/llvm/llvm/lib/Object/
DObjectFile.cpp99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h157 bool hasDebugInfo() const override;
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp484 if (MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel()
877 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader()
893 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DObjectFile.h331 virtual bool hasDebugInfo() const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp326 RAW_METHOD_DUMP(OS, hasDebugInfo); in dump()
994 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2116 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject()
2121 if (FetchedObj->hasDebugInfo()) { in disassembleObject()
2131 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1206 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1339 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunction.cpp629 return getMMI().hasDebugInfo() || in needsFrameMoves()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp2737 MMI->hasDebugInfo()); in emitInstruction()
2791 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()