Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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_type, "si_value", sigval_type, in GetSiginfoType()
[all …]
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp353 ast->AddFieldToRecordType(sigval_type, "sival_int", int_type, in GetSiginfoType()
355 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType()
363 ast->AddFieldToRecordType(sigfault_bounds_type, "_addr_bnd", in GetSiginfoType()
370 ast->AddFieldToRecordType(sigfault_bounds_type, "_pkey", uint_type, in GetSiginfoType()
379 ast->AddFieldToRecordType(siginfo_type, "si_signo", int_type, in GetSiginfoType()
383 ast->AddFieldToRecordType(siginfo_type, "si_errno", int_type, in GetSiginfoType()
385 ast->AddFieldToRecordType(siginfo_type, "si_code", int_type, in GetSiginfoType()
388 ast->AddFieldToRecordType(siginfo_type, "si_code", int_type, in GetSiginfoType()
390 ast->AddFieldToRecordType(siginfo_type, "si_errno", int_type, in GetSiginfoType()
396 ast->AddFieldToRecordType(siginfo_type, "__pad0", int_type, in GetSiginfoType()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp428 TypeSystemClang::AddFieldToRecordType(dispatch_tsd_indexes_s, in ReadLibdispatchTSDIndexes()
431 TypeSystemClang::AddFieldToRecordType(dispatch_tsd_indexes_s, in ReadLibdispatchTSDIndexes()
434 TypeSystemClang::AddFieldToRecordType(dispatch_tsd_indexes_s, in ReadLibdispatchTSDIndexes()
437 TypeSystemClang::AddFieldToRecordType(dispatch_tsd_indexes_s, in ReadLibdispatchTSDIndexes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp350 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
385 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp141 TypeSystemClang::AddFieldToRecordType( in BuildAggregate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp88 TypeSystemClang::AddFieldToRecordType( in GetLLDBNSPairType()
90 TypeSystemClang::AddFieldToRecordType( in GetLLDBNSPairType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h854 static clang::FieldDecl *AddFieldToRecordType(const CompilerType &type,
H A DTypeSystemClang.cpp2320 AddFieldToRecordType(type, field.first, field.second, lldb::eAccessPublic, in CreateStructForIdentifier()
7383 clang::FieldDecl *TypeSystemClang::AddFieldToRecordType( in AddFieldToRecordType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1278 auto decl = TypeSystemClang::AddFieldToRecordType( in AddRecordMembers()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2907 TypeSystemClang::AddFieldToRecordType( in ParseSingleMember()
2982 clang::FieldDecl *field_decl = TypeSystemClang::AddFieldToRecordType( in ParseSingleMember()