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

/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h39 FORWARD_SYMBOL_METHOD(hasDebugInfo)
H A DIPDBRawSymbol.h139 virtual bool hasDebugInfo() const = 0;
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp102 static bool hasDebugInfo(const Function &F) { function
164 if (NoDiscriminators || !hasDebugInfo(F) ||
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h239 /// hasDebugInfo - Returns true if valid debug info is present.
241 bool hasDebugInfo() const { return DbgInfoAvailable; } function in class:llvm::MachineModuleInfo
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h131 bool hasDebugInfo() const override;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp333 if (!Asm || !Asm->MMI->hasDebugInfo())
H A DDwarfDebug.cpp632 if (!MMI->hasDebugInfo())
1100 if (!MMI->hasDebugInfo())
1194 if (!MMI->hasDebugInfo() || LScopes.empty() ||
H A DAsmPrinter.cpp797 if (MMI->hasDebugInfo())
841 bool ShouldPrintDebugScopes = MMI->hasDebugInfo();
941 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() ||
1238 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() ||
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp207 return MF.getMMI().hasDebugInfo() ||
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp219 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp187 if (MMI.hasDebugInfo()) {
H A DFastISel.cpp1109 if (!FuncInfo.MF->getMMI().hasDebugInfo()) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp288 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry();
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp926 !IsWin64Prologue && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry());
2507 (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry());
H A DX86InstrInfo.cpp5332 (MF.getMMI().hasDebugInfo() || MF.getFunction()->needsUnwindTableEntry());
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp819 bool DIARawSymbol::hasDebugInfo() const { function in class:DIARawSymbol
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp175 bool NeedCFI = MF.getMMI().hasDebugInfo() ||
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp630 bool needsCFI = MMI.hasDebugInfo() ||

Completed in 420 milliseconds