Home
last modified time | relevance | path

Searched refs:IncludeDetail (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h36 bool IncludeDetail; variable
40 : IncludeDetail(includeDetail) {} in IncludeDetail() function
41 void ShowDetail(bool showDetail) { IncludeDetail = showDetail; } in ShowDetail()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp2021 if (IncludeDetail) in Report()