/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 94 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 426 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 738 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 876 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
H A D | AppleObjCRuntime.cpp | 137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
|
H A D | AppleObjCRuntimeV2.cpp | 1776 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1941 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 3418 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSError.cpp | 93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
|
H A D | NSException.cpp | 77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 154 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 638 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 889 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1718 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1721 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1981 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 797 eBasicTypeVoid = 1, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 619 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 406 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
|
H A D | Type.cpp | 650 void_compiler_type = ts->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-extensions.swig | 572 if basic_type == eBasicTypeVoid: return (False,False)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 985 return lldb::eBasicTypeVoid; in GetCompilerTypeForSimpleKind()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 345 if (basic_type != eBasicTypeVoid && basic_type != eBasicTypeBool) { in CreateInteger()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 1198 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine() 2016 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 1015 .. py:data:: eBasicTypeVoid
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 808 {"void", eBasicTypeVoid}, in GetBasicTypeEnumeration() 868 if (auto size = GetBasicType(lldb::eBasicTypeVoid) in GetPointerByteSize() 2003 case eBasicTypeVoid: in GetOpaqueCompilerType() 5504 return eBasicTypeVoid; in GetBasicTypeEnumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 6386 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81582 {SWIG_LUA_CONSTTAB_INT("eBasicTypeVoid", (lldb::eBasicTypeVoid))},
|