Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeDocstrings.i331 ) lldb::SBType::GetEnumerationIntegerType;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp365 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned; in IsEnumerationIntegerTypeSigned()
618 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType
621 return type_system_sp->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h195 lldb::SBType GetEnumerationIntegerType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp435 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType
440 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h309 CompilerType GetEnumerationIntegerType() const;
HDTypeSystem.h261 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h770 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;
1037 CompilerType GetEnumerationIntegerType(CompilerType type);
HDTypeSystemClang.cpp4318 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang
4320 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()
8539 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()
8549 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp1187 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp68733 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()