Home
last modified time | relevance | path

Searched refs:LocationDescriptor (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h59 struct LocationDescriptor { struct
63 static_assert(sizeof(LocationDescriptor) == 8, ""); argument
69 LocationDescriptor Memory;
122 LocationDescriptor Location;
210 LocationDescriptor CvRecord;
211 LocationDescriptor MiscRecord;
226 LocationDescriptor Context;
247 LocationDescriptor ThreadContext;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h63 llvm::ArrayRef<uint8_t> GetThreadContext(const LocationDescriptor &location);
H A DMinidumpParser.cpp94 MinidumpParser::GetThreadContext(const LocationDescriptor &location) { in GetThreadContext()
445 const LocationDescriptor &loc_desc = memory_desc.Memory; in FindMemoryRange()
H A DProcessMinidump.cpp468 LocationDescriptor context_location = thread.Context; in DoUpdateThreadList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp131 const LocationDescriptor &Loc = StreamDescriptor.value().Location; in create()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h50 getRawData(minidump::LocationDescriptor Desc) const { in getRawData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp116 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) { in layout()