/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_riscv64.h | 27 llvm::ArrayRef<lldb_private::CoreNote> notes); 42 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
H A D | RegisterContextPOSIXCore_arm64.h | 25 llvm::ArrayRef<lldb_private::CoreNote> notes); 46 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
H A D | RegisterContextPOSIXCore_riscv64.cpp | 18 llvm::ArrayRef<CoreNote> notes) { in Create() 27 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_riscv64()
|
H A D | ThreadElfCore.h | 128 std::vector<lldb_private::CoreNote> notes; 173 std::vector<lldb_private::CoreNote> m_notes;
|
H A D | RegisterUtilities.h | 73 struct CoreNote { struct 98 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes, argument 74 infoCoreNote global() argument
|
H A D | RegisterContextLinuxCore_x86_64.h | 21 llvm::ArrayRef<lldb_private::CoreNote> notes);
|
H A D | ProcessElfCore.cpp | 582 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 ¬e : *notes_or_error) { in FindBuidIdInCoreMemory()
|
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 | 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()
|
H A D | RegisterContextPOSIXCore_arm64.cpp | 26 llvm::ArrayRef<CoreNote> notes) { in Create() 76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64()
|
H A D | RegisterContextPOSIXCore_ppc64le.cpp | 24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le()
|
H A D | RegisterContextLinuxCore_x86_64.cpp | 215 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextLinuxCore_x86_64()
|
/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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5814 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()
|