Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml146 type t = None | Full | LineTablesOnly Constructor
H A Dllvm_debuginfo.mli150 type t = None | Full | LineTablesOnly Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp776 .Case("LineTablesOnly", LineTablesOnly) in getEmissionKind()
794 case LineTablesOnly: return "LineTablesOnly"; in emissionKindString()
H A DDebugInfo.cpp576 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1525 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfDebug.cpp2153 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp858 case DICompileUnit::LineTablesOnly: in emitHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1325 LineTablesOnly, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp601 EmissionKind = llvm::DICompileUnit::LineTablesOnly; in CreateCompileUnit()