Searched refs:EnumValues (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 49 auto EnumValues = Symbol.findAllChildren<PDBSymbolData>(); in start() local 52 if (EnumValues && EnumValues->getChildCount() > 0) { in start() 53 while (auto EnumValue = EnumValues->getNext()) { in start()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PropertiesBase.td | 49 class EnumValues<string enum> { 50 string EnumValues = enum;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDBProperties.td | 7 EnumValues<"OptionEnumValues(g_enable_jit_loader_gdb_enumerators)">,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 29 EnumValues<"OptionEnumValues(g_dynamic_value_types)">, 54 EnumValues<"OptionEnumValues(g_import_std_module_value_types)">, 125 EnumValues<"OptionEnumValues(g_inline_breakpoint_enums)">, 129 EnumValues<"OptionEnumValues(g_x86_dis_flavor_value_types)">, 136 EnumValues<"OptionEnumValues(g_hex_immediate_style_values)">, 143 EnumValues<"OptionEnumValues(g_load_script_from_sym_file_values)">, 147 EnumValues<"OptionEnumValues(g_load_cwd_lldbinit_values)">, 151 EnumValues<"OptionEnumValues(g_memory_module_load_level_values)">,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 43 EnumValues<"OptionEnumValues(g_language_enumerators)">, 52 EnumValues<"OptionEnumValues(g_show_disassembly_enum_values)">, 72 EnumValues<"OptionEnumValues(s_stop_show_column_values)">,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 101 std::vector<struct BTF::BTFEnum> EnumValues; variable 106 return BTFTypeBase::getSize() + EnumValues.size() * BTF::BTFEnumSize; in getSize()
|
| H A D | BTFDebug.cpp | 181 EnumValues.push_back(BTFEnum); in completeType() 187 for (const auto &Enum : EnumValues) { in emitType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 98 ArrayRef<EnumEntry<TEnum>> EnumValues) { in printEnum() argument 101 for (const auto &EnumItem : EnumValues) { in printEnum()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 85 ArrayRef<EnumEntry<TEnum>> EnumValues) { in getEnumName() argument 89 for (const auto &EnumItem : EnumValues) { in getEnumName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 588 std::string printEnum(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues) const { in printEnum() 589 for (const EnumEntry<TEnum> &EnumItem : EnumValues) in printEnum() 596 std::string printFlags(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues, in printFlags() argument 600 for (const EnumEntry<TEnum> &Flag : EnumValues) {
|