Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp980 .Case("LineTablesOnly", LineTablesOnly) in getEmissionKind()
1001 case LineTablesOnly: in emissionKindString()
H A DDebugInfo.cpp725 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1683 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfDebug.cpp2298 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp907 case DICompileUnit::LineTablesOnly: in emitHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1440 LineTablesOnly, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp620 EmissionKind = llvm::DICompileUnit::LineTablesOnly; in CreateCompileUnit()