Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp79 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in InferiorCallMmap()
225 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in InferiorCall()
/external/lldb/source/Commands/
DCommandObjectArgs.cpp226 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType(); in DoExecute()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp515 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in RefreshTrampolines()
788 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in SetupDispatchFunction()
890 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in GetStepThroughDispatchPlan()
DAppleObjCRuntime.cpp99 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
DAppleObjCRuntimeV2.cpp1723 ClangASTType clang_void_pointer_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in UpdateISAToDescriptorMapDynamic()
1974 ClangASTType clang_void_pointer_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in UpdateISAToDescriptorMapSharedCache()
/external/lldb/include/lldb/
Dlldb-enumerations.h558 eBasicTypeVoid = 1, enumerator
/external/lldb/examples/summaries/cocoa/
DNSDate.py154 …self.sys_params.types_cache.voidptr = self.valobj.GetType().GetBasicType(lldb.eBasicTypeVoid).GetP…
DNSSet.py168 …self.sys_params.types_cache.voidptr = self.valobj.GetType().GetBasicType(lldb.eBasicTypeVoid).GetP…
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1612 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable()
1613 …TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointe… in AddOneGenericVariable()
1907 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in CopyClassType()
/external/lldb/source/Symbol/
DClangASTContext.cpp616 g_type_map.Append(ConstString("void").GetCString(), eBasicTypeVoid); in GetBasicTypeEnumeration()
684 m_pointer_byte_size = GetBasicType(lldb::eBasicTypeVoid).GetPointerType().GetByteSize(); in GetPointerByteSize()
706 case eBasicTypeVoid: in GetBasicType()
DType.cpp548 …d_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), eBasicTypeVoid)); in ResolveClangType()
DClangASTType.cpp2198 case clang::BuiltinType::Void: return eBasicTypeVoid; in GetBasicTypeEnumeration()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp628 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in NotifyBreakpointHit()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1468 clang_type = GetClangASTContext().GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
6479 return_clang_type = ast.GetBasicType(eBasicTypeVoid); in ParseType()
/external/lldb/www/python_reference/
Dapi-objects.txt1674 _lldb'.eBasicTypeVoid _lldb%27-module.html#eBasicTypeVoid
2226 lldb.eBasicTypeVoid lldb-module.html#eBasicTypeVoid