Home
last modified time | relevance | path

Searched refs:BasicType (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp258 bool CMICmnLLDBUtilSBValue::IsCharBasicType(lldb::BasicType eType) { in IsCharBasicType()
282 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in IsCharType()
328 const lldb::BasicType eType = in IsPointeeCharType()
345 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in IsIntegerType()
H A DMICmnLLDBUtilSBValue.h68 static bool IsCharBasicType(lldb::BasicType eType);
H A DMICmnLLDBDebugger.cpp45 lldb::BasicType type_code = value_type.GetBasicType(); in MI_char_summary_provider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h282 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
304 lldb::BasicType GetBasicTypeEnumeration() const;
306 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);
H A DClangASTContext.h168 CompilerType GetBasicType(lldb::BasicType type);
171 lldb::BasicType type);
176 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);
727 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
754 lldb::BasicType
757 static lldb::BasicType
993 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
H A DTypeSystem.h288 virtual lldb::BasicType
411 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h150 lldb::BasicType GetBasicType();
153 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h238 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h832 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h75 clang::QualType GetBasicType(lldb::BasicType type);
H A DPdbUtil.h149 lldb::BasicType
H A DPdbAstBuilder.cpp710 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
893 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
H A DPdbUtil.cpp559 lldb::BasicType
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp267 lldb::BasicType SBType::GetBasicType() { in GetBasicType()
273 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
H A DSBModule.cpp427 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
H A DSBTarget.cpp1835 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp498 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST()
549 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
H A DClangASTContext.cpp1069 lldb::BasicType
1072 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration()
1138 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration(name); in GetBasicType()
1153 CompilerType ClangASTContext::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
1158 lldb::BasicType basic_type) { in GetBasicType()
2045 lldb::BasicType basic_type) { in GetOpaqueCompilerType()
5008 CompilerType ClangASTContext::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST()
5743 lldb::BasicType
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h754 enum BasicType { enum
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1363 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()