Home
last modified time | relevance | path

Searched refs:LineTablesOnly (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp776 .Case("LineTablesOnly", LineTablesOnly) in getEmissionKind()
794 case LineTablesOnly: return "LineTablesOnly"; in emissionKindString()
H A DDebugInfo.cpp610 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1535 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfDebug.cpp2203 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp858 case DICompileUnit::LineTablesOnly: in emitHeader()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1325 LineTablesOnly, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp579 EmissionKind = llvm::DICompileUnit::LineTablesOnly; in CreateCompileUnit()