Searched refs:Discarded (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 103 uint32_t Discarded = 0; in filterAndSortClassDefs() local 108 Examined, UnfilteredCount, Discarded); in filterAndSortClassDefs() 113 ++Discarded; in filterAndSortClassDefs() 118 ++Discarded; in filterAndSortClassDefs() 124 ++Discarded; in filterAndSortClassDefs() 128 ++Discarded; in filterAndSortClassDefs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 70 clEnumValN(LVAttributeKind::Discarded, "discarded", 301 values(clEnumValN(LVElementKind::Discarded, "Discarded",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 100 Discarded, // --attribute=discarded enumerator 330 ATTRIBUTE_OPTION(Discarded);
|
H A D | LVElement.h | 62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 26 {LVElementKind::Discarded, &LVElement::getIsDiscarded},
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 2048 Discarded, enumerator
|