Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp86 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
207 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp306 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
307 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
308 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
H A DLibCxx.cpp251 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
253 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
255 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp527 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
806 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
902 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntime.cpp118 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1308 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in UpdateISAToDescriptorMapDynamic()
1563 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in UpdateISAToDescriptorMapSharedCache()
2616 ->GetBasicType(lldb::eBasicTypeVoid) in ObjCExceptionRecognizedStackFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp92 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
H A DNSException.cpp75 ->GetBasicType(lldb::eBasicTypeVoid) in ExtractFields()
H A DNSString.cpp45 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h756 eBasicTypeVoid = 1, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp563 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1018 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
1253 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1776 ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid) in AddOneGenericVariable()
1780 ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid) in AddOneGenericVariable()
2145 ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in AddThisType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp621 return lldb::eBasicTypeVoid; in GetCompilerTypeForSimpleKind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp491 type_system->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveClangType()
H A DClangASTContext.cpp1077 g_type_map.Append(ConstString("void"), eBasicTypeVoid); in GetBasicTypeEnumeration()
1146 if (auto size = GetBasicType(lldb::eBasicTypeVoid) in GetPointerByteSize()
2047 case eBasicTypeVoid: in GetOpaqueCompilerType()
5751 return eBasicTypeVoid; in GetBasicTypeEnumeration()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1273 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTypeFromDWARF()
2037 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()