Home
last modified time | relevance | path

Searched defs:enum_values (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DProperty.h31 OptionEnumValues enum_values; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionArgParser.cpp49 const OptionEnumValues &enum_values, in ToOptionEnum()
H A DOptions.cpp771 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h118 OptionEnumValues enum_values; // If not empty, an array of enum values. member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp480 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local
1056 auto enum_values = GetDefinitions()[option_idx].enum_values; in SetOptionValue() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp509 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local