Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.h148 GetCompilerTypeForSimpleKind(llvm::codeview::SimpleTypeKind kind);
DPdbUtil.cpp918 lldb_private::npdb::GetCompilerTypeForSimpleKind(SimpleTypeKind kind) { in GetCompilerTypeForSimpleKind() function in lldb_private::npdb
DPdbAstBuilder.cpp509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()