Home
last modified time | relevance | path

Searched refs:union_type (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp273 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local
276 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
279 union_type, "_rt", in GetSiginfoType()
289 union_type, "_child", in GetSiginfoType()
301 union_type, "_fault", in GetSiginfoType()
312 union_type, "_poll", in GetSiginfoType()
320 ast->AddFieldToRecordType(union_type, "_syscall", in GetSiginfoType()
332 union_type, "_ptrace_state", in GetSiginfoType()
340 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType()
341 ast->AddFieldToRecordType(ksiginfo_type, "_reason", union_type, in GetSiginfoType()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp240 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local
243 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
246 union_type, "_fault", in GetSiginfoType()
254 union_type, "_timer", in GetSiginfoType()
263 union_type, "_mesgq", in GetSiginfoType()
271 union_type, "_poll", in GetSiginfoType()
278 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType()
279 ast->AddFieldToRecordType(siginfo_type, "_reason", union_type, in GetSiginfoType()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp130 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate() local
133 if (union_type) { in BuildAggregate()
134 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate()
144 union_type, element.name.c_str(), ast_ctx.GetType(element.type), in BuildAggregate()
148 TypeSystemClang::CompleteTagDeclarationDefinition(union_type); in BuildAggregate()
150 return ClangUtil::GetQualType(union_type); in BuildAggregate()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def166 HANDLE_DW_TAG(0x0017, union_type, 2, DWARF, DW_KIND_TYPE)