HomeSort by relevance Sort by last modified time
    Searched refs:hasDebugInfo (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCompilandDetails.h 40 FORWARD_SYMBOL_METHOD(hasDebugInfo)
IPDBRawSymbol.h 141 virtual bool hasDebugInfo() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCompilandDetails.h 40 FORWARD_SYMBOL_METHOD(hasDebugInfo)
IPDBRawSymbol.h 170 virtual bool hasDebugInfo() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 158 static bool hasDebugInfo(const MachineModuleInfo *MMI,
160 if (!MMI->hasDebugInfo())
175 if (!Asm || !hasDebugInfo(MMI, MF)) {
238 if (!MMI->hasDebugInfo())
264 if (!MMI->hasDebugInfo())
296 if (hasDebugInfo(MMI, MF))
  /external/llvm/lib/Target/AMDGPU/
SIDebuggerInsertNops.cpp 70 if (!MF.getMMI().hasDebugInfo())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIDebuggerInsertNops.cpp 71 if (!MF.getMMI().hasDebugInfo())
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUFrameLowering.cpp 100 bool hasDebugInfo = MMI.hasDebugInfo();
116 if (hasDebugInfo) {
157 if (hasDebugInfo) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 187 bool hasDebugInfo() const { return DbgInfoAvailable; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 171 if (!MMI->hasDebugInfo())
197 if (!MMI->hasDebugInfo())
DwarfDebug.cpp 616 if (!MMI->hasDebugInfo())
    [all...]
AsmPrinter.cpp 803 if (MMI->hasDebugInfo())
847 bool ShouldPrintDebugScopes = MMI->hasDebugInfo();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 240 /// hasDebugInfo - Returns true if valid debug info is present.
242 bool hasDebugInfo() const { return DbgInfoAvailable; }
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 132 bool hasDebugInfo() const override;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 215 /// hasDebugInfo - Returns true if valid debug info is present.
217 bool hasDebugInfo() const { return DbgInfoAvailable; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CFIInstrInserter.cpp 52 if (!MF.getMMI().hasDebugInfo() &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCRegisterInfo.cpp 128 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry();
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreRegisterInfo.cpp 72 return MF.getMMI().hasDebugInfo() ||
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 157 bool hasDebugInfo() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 162 bool hasDebugInfo() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp 479 bool NativeRawSymbol::hasDebugInfo() const {
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 207 return MF.getMMI().hasDebugInfo() ||
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 246 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 103 virtual bool hasDebugInfo() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 207 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry();

Completed in 2332 milliseconds

1 2 3