Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp55 DICompileUnit::NoDebug) in initialize()
147 DICompileUnit::NoDebug) in getOrCreateLexicalScope()
H A DRemoveRedundantDebugValues.cpp226 DICompileUnit::NoDebug) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h51 DICompileUnit::NoDebug && in LexicalScope()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp239 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
H A DDwarfDebug.cpp1266 assert(SP->getUnit()->getEmissionKind() != DICompileUnit::NoDebug); in finishSubprogramDefinitions()
1967 bool NoDebug = in beginInstruction() local
1968 !SP || SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug; in beginInstruction()
1985 if (!NoDebug && SP->areAllCallsDescribed() && in beginInstruction()
2004 if (NoDebug) in beginInstruction()
2145 if (SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug) in beginFunctionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp412 ((*this)->getEmissionKind() == DICompileUnit::NoDebug)) in SkipNoDebugCUs()
H A DDebugInfoMetadata.cpp774 .Case("NoDebug", NoDebug) in getEmissionKind()
792 case NoDebug: return "NoDebug"; in emissionKindString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp912 if (Unit->getEmissionKind() == DICompileUnit::NoDebug) { in beginFunctionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2060 DICompileUnit::NoDebug) in ExtendRanges()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp855 case DICompileUnit::NoDebug: in emitHeader()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1323 NoDebug = 0, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp576 EmissionKind = llvm::DICompileUnit::NoDebug; in CreateCompileUnit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1725 def NoDebug : InheritableAttr {