Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp287 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
289 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
291 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp527 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
832 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
938 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntime.cpp132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1554 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1684 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
3020 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp90 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in InferiorCallMmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp91 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
H A DNSException.cpp78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSString.cpp43 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp667 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
914 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h743 eBasicTypeVoid = 1, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp544 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1646 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1649 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1909 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp544 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp748 return lldb::eBasicTypeVoid; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig559 if basic_type == eBasicTypeVoid: return (False,False)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp114 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp912 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine()
1887 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1013 .. py:data:: eBasicTypeVoid
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp873 g_type_map.Append(ConstString("void"), eBasicTypeVoid); in GetBasicTypeEnumeration()
933 if (auto size = GetBasicType(lldb::eBasicTypeVoid) in GetPointerByteSize()
2007 case eBasicTypeVoid: in GetOpaqueCompilerType()
5445 return eBasicTypeVoid; in GetBasicTypeEnumeration()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6055 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71011 {SWIG_LUA_CONSTTAB_INT("eBasicTypeVoid", lldb::eBasicTypeVoid)},