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()
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()
245 ast->AddFieldToRecordType( in GetSiginfoType()
253 ast->AddFieldToRecordType( in GetSiginfoType()
262 ast->AddFieldToRecordType( 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()
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()
300 ast->AddFieldToRecordType( in GetSiginfoType()
311 ast->AddFieldToRecordType( in GetSiginfoType()
320 ast->AddFieldToRecordType(union_type, "_syscall", in GetSiginfoType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp70 type_system->AddFieldToRecordType(fields_type, field.GetName(), in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp350 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
385 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp141 TypeSystemClang::AddFieldToRecordType( in BuildAggregate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3046 TypeSystemClang::AddFieldToRecordType( in ParseSingleMember()
3119 clang::FieldDecl *field_decl = TypeSystemClang::AddFieldToRecordType( in ParseSingleMember()
3902 m_ast.AddFieldToRecordType( in ParseRustVariantPart()
3908 m_ast.AddFieldToRecordType(field_type, "value", in ParseRustVariantPart()
3919 m_ast.AddFieldToRecordType(inner_holder, llvm::StringRef(name), in ParseRustVariantPart()
3925 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.h926 static clang::FieldDecl *AddFieldToRecordType(const CompilerType &type,
H A DTypeSystemClang.cpp2328 AddFieldToRecordType(type, field.first, field.second, lldb::eAccessPublic, in CreateStructForIdentifier()
7258 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()