Home
last modified time | relevance | path

Searched defs:CoreNote (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h74 struct CoreNote { struct
75 ELFNote info;
99 DataExtractor getRegset(llvm::ArrayRef<CoreNote> Notes, argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5415 struct CoreNote { struct
5420 static Expected<CoreNote> readCoreNote(DataExtractor Desc) { in readCoreNote() argument