Searched refs:GetBuiltinTypeForDWARFEncodingAndBitSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h155 GetBuiltinTypeForDWARFEncodingAndBitSize(llvm::StringRef type_name,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp572 clang_type = m_ast.GetBuiltinTypeForDWARFEncodingAndBitSize(
783 enumerator_clang_type = m_ast.GetBuiltinTypeForDWARFEncodingAndBitSize(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp898 CompilerType ClangASTContext::GetBuiltinTypeForDWARFEncodingAndBitSize( function in class:ClangASTContext
926 GetBuiltinTypeForDWARFEncodingAndBitSize("int", DW_ATE_signed,
942 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float,

Completed in 62 milliseconds