Home
last modified time | relevance | path

Searched refs:NoDebug (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp55 DICompileUnit::NoDebug) in initialize()
147 DICompileUnit::NoDebug) in getOrCreateLexicalScope()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h51 DICompileUnit::NoDebug && in LexicalScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp239 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
H A DDwarfDebug.cpp1278 assert(SP->getUnit()->getEmissionKind() != DICompileUnit::NoDebug); in finishSubprogramDefinitions()
1917 bool NoDebug = in beginInstruction() local
1918 !SP || SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug; in beginInstruction()
1935 if (!NoDebug && SP->areAllCallsDescribed() && in beginInstruction()
1954 if (NoDebug) in beginInstruction()
2095 if (SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug) in beginFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp408 ((*this)->getEmissionKind() == DICompileUnit::NoDebug)) in SkipNoDebugCUs()
H A DDebugInfoMetadata.cpp774 .Case("NoDebug", NoDebug) in getEmissionKind()
792 case NoDebug: return "NoDebug"; in emissionKindString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp912 if (Unit->getEmissionKind() == DICompileUnit::NoDebug) { in beginFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp855 case DICompileUnit::NoDebug: in emitHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2060 DICompileUnit::NoDebug) in ExtendRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1323 NoDebug = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp598 EmissionKind = llvm::DICompileUnit::NoDebug; in CreateCompileUnit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1719 def NoDebug : InheritableAttr {