Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp43 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
49 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat()
70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp260 case lldb::eBasicTypeChar: in IsCharBasicType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h757 eBasicTypeChar, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp572 return lldb::eBasicTypeChar; in GetCompilerTypeForSimpleKind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1086 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1020 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp119 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1363 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1080 g_type_map.Append(ConstString("char"), eBasicTypeChar); in GetBasicTypeEnumeration()
2049 case eBasicTypeChar: in GetOpaqueCompilerType()