Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp901 .Case("LineTablesOnly", LineTablesOnly) in getEmissionKind()
921 case LineTablesOnly: in emissionKindString()
H A DDebugInfo.cpp627 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1564 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfDebug.cpp2261 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp869 case DICompileUnit::LineTablesOnly: in emitHeader()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1371 LineTablesOnly, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp603 EmissionKind = llvm::DICompileUnit::LineTablesOnly; in CreateCompileUnit()