Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h744 eBasicTypeChar, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp669 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp699 return lldb::eBasicTypeChar; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1114 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig560 if basic_type == eBasicTypeChar: return (True,False)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp116 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1346 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1014 .. py:data:: eBasicTypeChar
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp876 g_type_map.Append(ConstString("char"), eBasicTypeChar); in GetBasicTypeEnumeration()
2009 case eBasicTypeChar: in GetOpaqueCompilerType()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71012 {SWIG_LUA_CONSTTAB_INT("eBasicTypeChar", lldb::eBasicTypeChar)},