Home
last modified time | relevance | path

Searched refs:GetCompilerTypeForSimpleKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h149 GetCompilerTypeForSimpleKind(llvm::codeview::SimpleTypeKind kind);
H A DPdbUtil.cpp687 lldb_private::npdb::GetCompilerTypeForSimpleKind(SimpleTypeKind kind) { in GetCompilerTypeForSimpleKind() function in lldb_private::npdb
H A DPdbAstBuilder.cpp709 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()