Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp244 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
246 if (!MMI->hasDebugInfo()) in hasDebugInfo()
261 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
357 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction()
383 if (!Asm || !MMI->hasDebugInfo()) in endInstruction()
418 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
H A DDwarfDebug.cpp1148 if (!Asm || !MMI->hasDebugInfo()) in beginModule()
1154 assert(MMI->hasDebugInfo() && in beginModule()
1433 if (!Asm || !MMI->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp545 if (MMI->hasDebugInfo()) { in doInitialization()
1281 if (MMI->hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1675 MMI.hasDebugInfo() || in needFuncLabels()
H A DCodeViewDebug.cpp616 if (!MMI->hasDebugInfo() || in beginModule()
639 if (!Asm || !MMI->hasDebugInfo()) in endModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h190 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp496 if (!SP->getUnit()->isDebugDirectivesOnly() && MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel()
915 if (MMI && MMI->hasDebugInfo() && HasFullDebugInfo) in emitHeader()
931 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h333 virtual bool hasDebugInfo() const;
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp460 if (Object->hasDebugInfo()) { in findBinaries()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1210 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in handleDbgInfo()
1409 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
1453 if (!FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp484 bool NeedsDwarfCFI = MMI.hasDebugInfo() || Fn.needsUnwindTableEntry(); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp683 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2623 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject()
2628 if (FetchedObj->hasDebugInfo()) { in disassembleObject()
2638 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp657 return getMMI().hasDebugInfo() || in needsFrameMoves()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3144 MMI->hasDebugInfo()); in emitInstruction()
3202 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()