Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A 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()
H A DDwarfDebug.cpp1173 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1179 assert(MMI->hasDebugInfo() && in beginModule()
1445 if (!Asm || !MMI->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp503 if (MMI->hasDebugInfo()) { in doInitialization()
1257 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1544 MMI.hasDebugInfo() || in needFuncLabels()
H A DCodeViewDebug.cpp609 if (!MMI->hasDebugInfo() || in beginModule()
632 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h178 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A 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/
H A DObjectFile.h331 virtual bool hasDebugInfo() const;
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp412 if (Object->hasDebugInfo()) { in findBinaries()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A 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/
H A DFastISel.cpp1206 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1339 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp629 return getMMI().hasDebugInfo() || in needsFrameMoves()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2737 MMI->hasDebugInfo()); in emitInstruction()
2791 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()