Home
last modified time | relevance | path

Searched refs:AddFieldToRecordType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp211 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type, in GetSiginfoType()
213 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType()
222 ast->AddFieldToRecordType(siginfo_type, "si_signo", int_type, in GetSiginfoType()
224 ast->AddFieldToRecordType(siginfo_type, "si_errno", int_type, in GetSiginfoType()
226 ast->AddFieldToRecordType(siginfo_type, "si_code", int_type, in GetSiginfoType()
228 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()
230 ast->AddFieldToRecordType(siginfo_type, "si_uid", uid_type, in GetSiginfoType()
232 ast->AddFieldToRecordType(siginfo_type, "si_status", int_type, in GetSiginfoType()
234 ast->AddFieldToRecordType(siginfo_type, "si_addr", voidp_type, in GetSiginfoType()
236 ast->AddFieldToRecordType(siginfo_typ in GetSiginfoType()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp233 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type, in GetSiginfoType()
235 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType()
243 ast->AddFieldToRecordType(ptrace_option_type, "_pe_other_pid", pid_type, in GetSiginfoType()
245 ast->AddFieldToRecordType(ptrace_option_type, "_pe_lwp", lwpid_type, in GetSiginfoType()
260 ast->AddFieldToRecordType(ksiginfo_type, "_signo", int_type, in GetSiginfoType()
262 ast->AddFieldToRecordType(ksiginfo_type, "_code", int_type, in GetSiginfoType()
264 ast->AddFieldToRecordType(ksiginfo_type, "_errno", int_type, in GetSiginfoType()
269 ast->AddFieldToRecordType(ksiginfo_type, "__pad0", int_type, in GetSiginfoType()
278 ast->AddFieldToRecordType( in GetSiginfoType()
288 ast->AddFieldToRecordType( in GetSiginfoType()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp109 type_system->AddFieldToRecordType(fields_type, field.GetName(), in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp353 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
388 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp143 TypeSystemClang::AddFieldToRecordType( in BuildAggregate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2976 TypeSystemClang::AddFieldToRecordType( in ParseSingleMember()
3049 clang::FieldDecl *field_decl = TypeSystemClang::AddFieldToRecordType( in ParseSingleMember()
3832 m_ast.AddFieldToRecordType( in ParseRustVariantPart()
3838 m_ast.AddFieldToRecordType(field_type, "value", in ParseRustVariantPart()
3849 m_ast.AddFieldToRecordType(inner_holder, llvm::StringRef(name), in ParseRustVariantPart()
3855 auto inner_field = m_ast.AddFieldToRecordType(class_clang_type, in ParseRustVariantPart()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp88 TypeSystemClang::AddFieldToRecordType( in GetLLDBNSPairType()
90 TypeSystemClang::AddFieldToRecordType( in GetLLDBNSPairType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp547 TypeSystemClang::AddFieldToRecordType(compiler_type, field.name, in CompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h947 static clang::FieldDecl *AddFieldToRecordType(const CompilerType &type,
H A DTypeSystemClang.cpp2280 AddFieldToRecordType(type, field.first, field.second, lldb::eAccessPublic, in CreateStructForIdentifier()
7415 clang::FieldDecl *TypeSystemClang::AddFieldToRecordType( in AddFieldToRecordType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1276 auto decl = TypeSystemClang::AddFieldToRecordType( in AddRecordMembers()