Home
last modified time | relevance | path

Searched refs:GetBasicTypeEnumeration (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h276 lldb::BasicType GetBasicTypeEnumeration() const;
278 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
DTypeSystem.h289 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp511 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
513 return m_type_system->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h207 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
765 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
768 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
DTypeSystemClang.cpp865 TypeSystemClang::GetBasicTypeEnumeration(ConstString name) { in GetBasicTypeEnumeration() function in TypeSystemClang
5307 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5311 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp168 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
/external/llvm-project/lldb/source/API/
DSBType.cpp343 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1290 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()