Home
last modified time | relevance | path

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

/freebsd/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()
[all...]
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp137 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate() local
140 if (union_type) { in BuildAggregate()
141 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate()
151 union_type, element.name.c_str(), ast_ctx.GetType(element.type), in BuildAggregate()
155 TypeSystemClang::CompleteTagDeclarationDefinition(union_type); in BuildAggregate()
157 return ClangUtil::GetQualType(union_type); in BuildAggregate()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def171 HANDLE_DW_TAG(0x0017, union_type, 2, DWARF, DW_KIND_TYPE)