/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 244 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 D | DwarfDebug.cpp | 1436 if (!Asm || !Asm->hasDebugInfo()) in endModule()
|
H A D | AsmPrinter.cpp | 566 if (hasDebugInfo()) { in doInitialization() 1326 if (hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in emitFrameAlloc() 1748 if (Asm.hasDebugInfo() || !MF.getLandingPads().empty() || in emitFunctionBody()
|
H A D | CodeViewDebug.cpp | 616 if (!Asm->hasDebugInfo() || in beginModule() 639 if (!Asm || !Asm->hasDebugInfo()) in endModule()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolCompilandDetails.h | 34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
|
H A D | IPDBRawSymbol.h | 184 virtual bool hasDebugInfo() const = 0;
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 182 bool hasDebugInfo() const { return DbgInfoAvailable; } hasDebugInfo() function
|
/llvm-project/llvm/lib/Object/ |
H A D | ObjectFile.cpp | 99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.h | 162 bool hasDebugInfo() const override;
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 157 bool hasDebugInfo() const override;
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp |
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
|
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | PDBApiTest.cpp | 332 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 959 if (hasDebugInfo()) {
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 333 virtual bool hasDebugInfo() const;
|
/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 460 if (Object->hasDebugInfo()) { in findBinaries()
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 326 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 D | FastISel.cpp |
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 681 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() &&
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2627 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 D | MachineFunction.cpp |
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 3192 hasDebugInfo()); in mapToSinitPriority() 3250 if (hasDebugInfo()) { in emitXXStructorList()
|