Home
last modified time | relevance | path

Searched refs:GetEnumerationIntegerType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i331 ) lldb::SBType::GetEnumerationIntegerType;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp344 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned; in IsEnumerationIntegerTypeSigned()
597 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType
600 return type_system_sp->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h164 lldb::SBType GetEnumerationIntegerType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp344 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType
349 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h303 CompilerType GetEnumerationIntegerType() const;
H A DTypeSystem.h247 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h759 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;
1016 CompilerType GetEnumerationIntegerType(CompilerType type);
H A DTypeSystemClang.cpp4274 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang
4276 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()
8374 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()
8384 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1187 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp884 enumerator_clang_type = m_ast.GetEnumerationIntegerType(clang_type); in ParseEnum()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65535 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()