Home
last modified time | relevance | path

Searched refs:CoreNote (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h179 llvm::Expected<std::vector<lldb_private::CoreNote>>
181 llvm::Error parseFreeBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
182 llvm::Error parseNetBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
183 llvm::Error parseOpenBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
184 llvm::Error parseLinuxNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterUtilities.cpp29 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset()
37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset()
H A DRegisterContextPOSIXCore_riscv64.h27 llvm::ArrayRef<lldb_private::CoreNote> notes);
42 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_arm64.h25 llvm::ArrayRef<lldb_private::CoreNote> notes);
46 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_riscv64.cpp18 llvm::ArrayRef<CoreNote> notes) { in Create()
27 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64()
H A DThreadElfCore.h128 std::vector<lldb_private::CoreNote> notes;
173 std::vector<lldb_private::CoreNote> m_notes;
H A DRegisterUtilities.h73 struct CoreNote { struct
98 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes, argument
74 infoCoreNote global() argument
H A DRegisterContextLinuxCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DProcessElfCore.cpp582 llvm::Expected<std::vector<CoreNote>>
585 std::vector<CoreNote> result; in parseSegment()
603 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes()
680 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes()
840 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes()
884 llvm::Error ProcessElfCore::parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) { in parseLinuxNotes()
1046 for (const CoreNote &note : *notes_or_error) { in FindBuidIdInCoreMemory()
H A DRegisterContextPOSIXCore_arm.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_ppc64le.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_x86_64.h21 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_mips64.h23 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_s390x.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_powerpc.h22 llvm::ArrayRef<lldb_private::CoreNote> notes);
H A DRegisterContextPOSIXCore_arm.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm()
H A DRegisterContextPOSIXCore_x86_64.cpp18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64()
H A DRegisterContextPOSIXCore_mips64.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64()
H A DRegisterContextPOSIXCore_s390x.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x()
H A DRegisterContextPOSIXCore_powerpc.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc()
H A DRegisterContextPOSIXCore_arm64.cpp26 llvm::ArrayRef<CoreNote> notes) { in Create()
76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64()
H A DRegisterContextPOSIXCore_ppc64le.cpp24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le()
H A DRegisterContextLinuxCore_x86_64.cpp215 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextLinuxCore_x86_64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp78 llvm::ArrayRef<lldb_private::CoreNote>()); in CreateRegisterContextForFrame()
88 llvm::ArrayRef<lldb_private::CoreNote>()); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5814 struct CoreNote { struct
5819 static Expected<CoreNote> readCoreNote(DataExtractor Desc) { in readCoreNote() argument
5827 CoreNote Ret; in readCoreNote()
5870 static void printCoreNote(raw_ostream &OS, const CoreNote &Note) { in printCoreNote()
6231 if (Expected<CoreNote> NoteOrErr = readCoreNote(DescExtractor)) { in printNotes()
7979 static void printCoreNoteLLVMStyle(const CoreNote &Note, ScopedPrinter &W) { in printCoreNoteLLVMStyle()
8062 if (Expected<CoreNote> N = readCoreNote(DescExtractor)) { in printNotes()