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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp211 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type,
213 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type,
222 ast->AddFieldToRecordType(siginfo_type, "si_signo", int_type,
224 ast->AddFieldToRecordType(siginfo_type, "si_errno", int_type,
226 ast->AddFieldToRecordType(siginfo_type, "si_code", int_type,
228 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type,
230 ast->AddFieldToRecordType(siginfo_type, "si_uid", uid_type,
232 ast->AddFieldToRecordType(siginfo_type, "si_status", int_type,
234 ast->AddFieldToRecordType(siginfo_type, "si_addr", voidp_type,
236 ast->AddFieldToRecordType(siginfo_typ
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp233 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type,
235 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type,
243 ast->AddFieldToRecordType(ptrace_option_type, "_pe_other_pid", pid_type,
245 ast->AddFieldToRecordType(ptrace_option_type, "_pe_lwp", lwpid_type,
260 ast->AddFieldToRecordType(ksiginfo_type, "_signo", int_type,
262 ast->AddFieldToRecordType(ksiginfo_type, "_code", int_type,
264 ast->AddFieldToRecordType(ksiginfo_type, "_errno", int_type,
269 ast->AddFieldToRecordType(ksiginfo_type, "__pad0", int_type,
278 ast->AddFieldToRecordType(
288 ast->AddFieldToRecordType(
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp70 type_system->AddFieldToRecordType(fields_type, field.GetName(),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp350 field_decl = TypeSystemClang::AddFieldToRecordType(
385 field_decl = TypeSystemClang::AddFieldToRecordType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp141 TypeSystemClang::AddFieldToRecordType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp88 TypeSystemClang::AddFieldToRecordType(
90 TypeSystemClang::AddFieldToRecordType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3046 TypeSystemClang::AddFieldToRecordType(
3119 clang::FieldDecl *field_decl = TypeSystemClang::AddFieldToRecordType(
3902 m_ast.AddFieldToRecordType(
3908 m_ast.AddFieldToRecordType(field_type, "value",
3919 m_ast.AddFieldToRecordType(inner_holder, llvm::StringRef(name),
3925 auto inner_field = m_ast.AddFieldToRecordType(class_clang_type,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp547 TypeSystemClang::AddFieldToRecordType(compiler_type, field.name,
/freebsd-current/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,
7258 clang::FieldDecl *TypeSystemClang::AddFieldToRecordType( function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1276 auto decl = TypeSystemClang::AddFieldToRecordType(

Completed in 316 milliseconds