Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DSelector.py13 lldb.eBasicTypeChar).GetPointerType()).GetSummary()
19 lldb.eBasicTypeChar)).AddressOf().GetSummary()
H A DCFString.py152 lldb.eBasicTypeChar).GetPointerType()
176 lldb.eBasicTypeChar).GetPointerType())
193 lldb.eBasicTypeChar)).AddressOf()
200 lldb.eBasicTypeChar).GetPointerType())
291 lldb.eBasicTypeChar))
H A DCFBitVector.py71 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
H A DNSNumber.py79 ).GetBasicType(lldb.eBasicTypeChar)
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dsynth.py47 lldb.eBasicTypeChar).GetArrayType(
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h757 eBasicTypeChar, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp638 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1181 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig560 if basic_type == eBasicTypeChar: return (True,False)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp930 return lldb::eBasicTypeChar; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp119 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1014 .. py:data:: eBasicTypeChar
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp869 g_type_map.Append(ConstString("char"), eBasicTypeChar); in GetBasicTypeEnumeration()
2046 case eBasicTypeChar: in GetOpaqueCompilerType()