Home
last modified time | relevance | path

Searched refs:EnumValues (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp49 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 DPropertiesBase.td49 class EnumValues<string enum> {
50 string EnumValues = enum;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDBProperties.td7 EnumValues<"OptionEnumValues(g_enable_jit_loader_gdb_enumerators)">,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td29 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 DCoreProperties.td43 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 DBTFDebug.h101 std::vector<struct BTF::BTFEnum> EnumValues; variable
106 return BTFTypeBase::getSize() + EnumValues.size() * BTF::BTFEnumSize; in getSize()
H A DBTFDebug.cpp181 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 DScopedPrinter.h98 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 DTypeRecordMapping.cpp85 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 DELFDumper.cpp588 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) {