Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp251 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 DAsmPrinter.cpp575 if (hasDebugInfo()) { in doInitialization()
1326 if (hasDebugInfo() || TM.Options.ForceDwarfFrameSection) in getFunctionCFISectionType()
1760 if (Asm.hasDebugInfo() || !MF.getLandingPads().empty() || in needFuncLabels()
H A DDwarfDebug.cpp1443 if (!Asm || !Asm->hasDebugInfo()) in endModule()
H A DCodeViewDebug.cpp627 if (Asm->hasDebugInfo()) { in beginModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h185 virtual bool hasDebugInfo() const = 0;
/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.h163 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/include/llvm/CodeGen/
H A DAsmPrinter.h465 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h334 virtual bool hasDebugInfo() const;
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp472 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/DebugInfo/Symbolize/
H A DSymbolize.cpp735 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2694 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 DPPCAsmPrinter.cpp3172 hasDebugInfo()); in emitInstruction()
3230 if (hasDebugInfo()) { in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp777 if (hasDebugInfo()) { in doFinalization()