| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 251 static bool hasDebugInfo(const MachineFunction *MF) { in hasDebugInfo() function 265 if (!Asm || !hasDebugInfo(MF)) { in beginFunction() 361 if (!Asm || !Asm->hasDebugInfo()) in beginInstruction() 387 if (!Asm || !Asm->hasDebugInfo()) in endInstruction() 422 if (Asm && hasDebugInfo(MF)) in endFunction()
|
| H A D | AsmPrinter.cpp | 575 if (hasDebugInfo()) { in doInitialization() 1326 if (hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType() 1760 if (Asm.hasDebugInfo() || !MF.getLandingPads().empty() || in needFuncLabels()
|
| H A D | DwarfDebug.cpp | 1443 if (!Asm || !Asm->hasDebugInfo()) in endModule()
|
| H A D | CodeViewDebug.cpp | 627 if (Asm->hasDebugInfo()) { in beginModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandDetails.h | 34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
|
| H A D | IPDBRawSymbol.h | 185 virtual bool hasDebugInfo() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 99 bool ObjectFile::hasDebugInfo() const { in hasDebugInfo() function in ObjectFile
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 157 bool hasDebugInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 163 bool hasDebugInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 465 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 334 virtual bool hasDebugInfo() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 472 if (Object->hasDebugInfo()) { in findBinaries()
|
| /freebsd/contrib/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
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 735 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2694 if (!FetchedBinary.getBinary() && !Obj->hasDebugInfo()) { in disassembleObject() 2699 if (FetchedObj->hasDebugInfo()) { in disassembleObject() 2709 if (!DbgObj->hasDebugInfo()) { in disassembleObject()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 3172 hasDebugInfo()); in emitInstruction() 3230 if (hasDebugInfo()) { in doFinalization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 777 if (hasDebugInfo()) { in doFinalization()
|