| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 86 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 D | LibCxxMap.cpp | 306 {{"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 D | LibCxx.cpp | 251 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 D | AppleObjCTrampolineHandler.cpp | 527 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 D | AppleObjCRuntime.cpp | 118 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1308 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 D | NSError.cpp | 92 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
|
| H A D | NSException.cpp | 75 ->GetBasicType(lldb::eBasicTypeVoid) in ExtractFields()
|
| H A D | NSString.cpp | 45 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 756 eBasicTypeVoid = 1, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 563 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 1018 = 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 D | ClangExpressionDeclMap.cpp | 1776 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 D | PdbUtil.cpp | 621 return lldb::eBasicTypeVoid; in GetCompilerTypeForSimpleKind()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Type.cpp | 491 type_system->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveClangType()
|
| H A D | ClangASTContext.cpp | 1077 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 D | PDBASTParser.cpp | 117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1273 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTypeFromDWARF() 2037 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
|