Searched refs:LVAttributeKind (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 58 cl::list<LVAttributeKind> cmdline::AttributeOptions( 61 values(clEnumValN(LVAttributeKind::All, "all", "Include all attributes."), 62 clEnumValN(LVAttributeKind::Argument, "argument", 64 clEnumValN(LVAttributeKind::Base, "base", 66 clEnumValN(LVAttributeKind::Coverage, "coverage", 68 clEnumValN(LVAttributeKind::Directories, "directories", 70 clEnumValN(LVAttributeKind::Discarded, "discarded", 72 clEnumValN(LVAttributeKind::Discriminator, "discriminator", 74 clEnumValN(LVAttributeKind::Encoded, "encoded", 76 clEnumValN(LVAttributeKind::Extended, "extended", [all …]
|
H A D | Options.h | 62 extern llvm::cl::list<LVAttributeKind> AttributeOptions;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 67 STDSET_FUNCTION_4(Attribute, FIELD, LVAttributeKind, Kinds) 94 enum class LVAttributeKind { enum 131 using LVAttributeKindSet = std::set<LVAttributeKind>;
|