Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp334 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()
339 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
359 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()
385 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
435 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()
782 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
785 return type_system_sp->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h392 lldb::BasicType GetBasicTypeEnumeration() const;
H A DTypeSystem.h310 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h208 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name);
845 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp866 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration() function in TypeSystemClang
5406 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5410 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp197 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp358 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp335 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1328 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()