| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.h | 179 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 D | RegisterUtilities.cpp | 29 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 D | RegisterContextPOSIXCore_loongarch64.h | 28 llvm::ArrayRef<lldb_private::CoreNote> notes); 43 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_riscv32.h | 26 llvm::ArrayRef<lldb_private::CoreNote> notes); 41 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_riscv64.h | 27 llvm::ArrayRef<lldb_private::CoreNote> notes); 42 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_riscv32.cpp | 17 llvm::ArrayRef<CoreNote> notes) { in Create() 29 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv32()
|
| H A D | RegisterContextPOSIXCore_arm64.h | 25 llvm::ArrayRef<lldb_private::CoreNote> notes); 46 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_loongarch64.cpp | 19 llvm::ArrayRef<CoreNote> notes) { in Create() 30 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_loongarch64()
|
| H A D | RegisterContextPOSIXCore_riscv64.cpp | 18 llvm::ArrayRef<CoreNote> notes) { in Create() 35 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64()
|
| H A D | ThreadElfCore.h | 84 std::vector<lldb_private::CoreNote> notes; 171 std::vector<lldb_private::CoreNote> m_notes;
|
| H A D | RegisterUtilities.h | 73 struct CoreNote { struct 98 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes, argument
|
| H A D | RegisterContextLinuxCore_x86_64.h | 21 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_arm.h | 23 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_ppc64le.h | 22 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_x86_64.h | 21 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_mips64.h | 23 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_s390x.h | 22 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | ProcessElfCore.cpp | 595 llvm::Expected<std::vector<CoreNote>> 598 std::vector<CoreNote> result; in parseSegment() 616 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() 693 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes() 853 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes() 897 llvm::Error ProcessElfCore::parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) { in parseLinuxNotes() 1070 for (const CoreNote ¬e : *notes_or_error) { in FindBuidIdInCoreMemory()
|
| H A D | RegisterContextPOSIXCore_powerpc.h | 22 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
| H A D | RegisterContextPOSIXCore_arm.cpp | 20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm()
|
| H A D | RegisterContextPOSIXCore_x86_64.cpp | 18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64()
|
| H A D | RegisterContextPOSIXCore_mips64.cpp | 20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_mips64()
|
| H A D | RegisterContextPOSIXCore_s390x.cpp | 21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_s390x()
|
| H A D | RegisterContextPOSIXCore_powerpc.cpp | 21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ThreadMinidump.cpp | 78 llvm::ArrayRef<lldb_private::CoreNote>()); in CreateRegisterContextForFrame() 88 llvm::ArrayRef<lldb_private::CoreNote>()); in CreateRegisterContextForFrame()
|