Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp46 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
52 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat()
73 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h795 eBasicTypeChar, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp640 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp361 case lldb::eBasicTypeChar: in IsPromotableIntegerType()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig573 if basic_type == eBasicTypeChar: return (True,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1192 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp934 return lldb::eBasicTypeChar; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp119 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1368 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1016 .. py:data:: eBasicTypeChar
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp872 {"char", eBasicTypeChar}, in GetBasicTypeEnumeration()
2053 case eBasicTypeChar: in GetOpaqueCompilerType()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78296 {SWIG_LUA_CONSTTAB_INT("eBasicTypeChar", lldb::eBasicTypeChar)},