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