Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp244 static bool hasDebugInfo(const MachineFunction *MF) { in hasDebugInfo() function
258 if (!Asm || !hasDebugInfo(MF)) { in beginFunction()
354 if (!Asm || !Asm->hasDebugInfo()) in beginFunction()
380 if (!Asm || !Asm->hasDebugInfo()) in beginInstruction()
415 if (Asm && hasDebugInfo(MF)) in endInstruction()
H A DDwarfDebug.cpp1436 if (!Asm || !Asm->hasDebugInfo()) in endModule()
H A DAsmPrinter.cpp566 if (hasDebugInfo()) { in doInitialization()
1326 if (hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in emitFrameAlloc()
1748 if (Asm.hasDebugInfo() || !MF.getLandingPads().empty() || in emitFunctionBody()
H A DCodeViewDebug.cpp616 if (!Asm->hasDebugInfo() || in beginModule()
639 if (!Asm || !Asm->hasDebugInfo()) in endModule()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h182 bool hasDebugInfo() const { return DbgInfoAvailable; } hasDebugInfo() function
/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasDebugInfo() const override;
/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp332 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp959 if (hasDebugInfo()) {
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h333 virtual bool hasDebugInfo() const;
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp460 if (Object->hasDebugInfo()) { in findBinaries()
/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
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp681 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() &&
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2627 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject()
2632 if (FetchedObj->hasDebugInfo()) { in disassembleObject()
2642 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3192 hasDebugInfo()); in mapToSinitPriority()
3250 if (hasDebugInfo()) { in emitXXStructorList()