Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp171 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
173 if (!MMI->hasDebugInfo()) in hasDebugInfo()
188 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
280 if (!MMI->hasDebugInfo()) in beginInstruction()
306 if (!MMI->hasDebugInfo()) in endInstruction()
338 if (hasDebugInfo(MMI, MF)) in endFunction()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp214 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
216 if (!MMI->hasDebugInfo()) in hasDebugInfo()
231 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
332 if (!Asm || !MMI->hasDebugInfo()) in beginInstruction()
358 if (!Asm || !MMI->hasDebugInfo()) in endInstruction()
390 if (Asm && hasDebugInfo(MMI, MF)) in endFunction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp171 if (!MMI->hasDebugInfo()) in beginInstruction()
197 if (!MMI->hasDebugInfo()) in endInstruction()
DAsmPrinter.cpp803 if (MMI->hasDebugInfo()) in needsCFIMoves()
847 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()
947 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()
1272 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
DDwarfDebug.cpp616 if (!MMI->hasDebugInfo()) in endModule()
1042 if (!MMI->hasDebugInfo()) in beginFunction()
1096 if (!MMI->hasDebugInfo() || LScopes.empty() || !SP || in endFunction()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h35 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h184 virtual bool hasDebugInfo() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h35 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h188 virtual bool hasDebugInfo() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h40 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h141 virtual bool hasDebugInfo() const = 0;
/external/llvm/lib/Target/AMDGPU/
DSIDebuggerInsertNops.cpp70 if (!MF.getMMI().hasDebugInfo()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h193 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h203 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h242 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h132 bool hasDebugInfo() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h157 bool hasDebugInfo() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h157 bool hasDebugInfo() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp464 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp464 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp207 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp246 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp332 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)

12