Searched refs:EnumValues (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 50 auto EnumValues = Symbol.findAllChildren<PDBSymbolData>(); in start() local 53 if (EnumValues && EnumValues->getChildCount() > 0) { in start() 54 while (auto EnumValue = EnumValues->getNext()) { in start()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PropertiesBase.td | 49 class EnumValues<string enum> { 50 string EnumValues = enum;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 103 std::vector<struct BTF::BTFEnum> EnumValues; variable 108 return BTFTypeBase::getSize() + EnumValues.size() * BTF::BTFEnumSize; in getSize() 224 std::vector<struct BTF::BTFEnum64> EnumValues; variable 229 return BTFTypeBase::getSize() + EnumValues.size() * BTF::BTFEnum64Size; in getSize()
|
| H A D | BTFDebug.cpp | 223 EnumValues.push_back(BTFEnum); in completeType() 229 for (const auto &Enum : EnumValues) { in emitType() 262 EnumValues.push_back(BTFEnum); in completeType() 268 for (const auto &Enum : EnumValues) { in emitType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDBProperties.td | 7 EnumValues<"OptionEnumValues(g_enable_jit_loader_gdb_enumerators)">,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 41 EnumValues<"OptionEnumValues(g_dynamic_value_types)">, 72 EnumValues<"OptionEnumValues(g_import_std_module_value_types)">, 77 EnumValues<"OptionEnumValues(g_dynamic_class_info_helper_value_types)">, 154 EnumValues<"OptionEnumValues(g_inline_breakpoint_enums)">, 161 EnumValues<"OptionEnumValues(g_x86_dis_flavor_value_types)">, 174 EnumValues<"OptionEnumValues(g_hex_immediate_style_values)">, 181 EnumValues<"OptionEnumValues(g_load_script_from_sym_file_values)">, 185 EnumValues<"OptionEnumValues(g_load_cwd_lldbinit_values)">, 189 EnumValues<"OptionEnumValues(g_memory_module_load_level_values)">, 300 EnumValues<"OptionEnumValues(g_follow_fork_mode_values)">,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 15 EnumValues<"OptionEnumValues(g_auto_download_enum_values)">, 84 EnumValues<"OptionEnumValues(g_language_enumerators)">, 98 EnumValues<"OptionEnumValues(g_show_disassembly_enum_values)">, 119 EnumValues<"OptionEnumValues(s_stop_show_column_values)">, 265 EnumValues<"OptionEnumValues(g_dwim_print_verbosities)">,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 103 std::string enumToString(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues) { in enumToString() argument 104 for (const EnumEntry<TEnum> &EnumItem : EnumValues) in enumToString() 153 ArrayRef<EnumEntry<TEnum>> EnumValues) { in printEnum() argument 156 for (const auto &EnumItem : EnumValues) { in printEnum()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 90 ArrayRef<EnumEntry<TEnum>> EnumValues) { in printOptionalEnumName() argument 91 for (const EnumEntry<TEnum> &I : EnumValues) in printOptionalEnumName()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 105 ArrayRef<EnumEntry<TEnum>> EnumValues) { in getEnumName() argument 109 for (const auto &EnumItem : EnumValues) { in getEnumName()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 635 std::string printFlags(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues, in printFlags() argument 639 for (const EnumEntry<TEnum> &Flag : EnumValues) {
|