Home
last modified time | relevance | path

Searched defs:DebugKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h58 const codegenoptions::DebugInfoKind DebugKind; variable
H A DCGDebugInfo.cpp2047 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp537 enum class DebugKind { Unknown, None, Full, FastLink, GHash, Dwarf, Symtab }; enum