Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp23 llvm::ArrayRef<CoreNote> notes) { in Create()
46 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64()
H A DRegisterContextPOSIXCore_arm.cpp20 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm()
H A DRegisterContextPOSIXCore_ppc64le.cpp24 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_ppc64le()
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_x86_64.cpp18 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_x86_64()
H A DRegisterContextPOSIXCore_powerpc.cpp21 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_powerpc()
H A DProcessElfCore.cpp593 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes()
670 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes()
830 llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseOpenBSDNotes()
874 llvm::Error ProcessElfCore::parseLinuxNotes(llvm::ArrayRef<CoreNote> notes) { in parseLinuxNotes()
H A DThreadElfCore.h128 std::vector<lldb_private::CoreNote> notes; member
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_printer_private.h46 isl_id_to_id *notes; member
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h73 std::vector<std::unique_ptr<Diagnostic>> notes; variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h295 NoteVector notes; variable
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h350 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() function
362 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes() function