Searched refs:MemoryDescriptor (Results 1 – 7 of 7) sorted by relevance
67 struct MemoryDescriptor { struct71 static_assert(sizeof(MemoryDescriptor) == 16); argument225 MemoryDescriptor Stack;
98 minidump::MemoryDescriptor Entry;242 template <> struct MappingContextTraits<minidump::MemoryDescriptor, BinaryRef> {243 static void mapping(IO &IO, minidump::MemoryDescriptor &Memory,
101 Expected<ArrayRef<minidump::MemoryDescriptor>> getMemoryList() const { in getMemoryList()102 return getListStream<minidump::MemoryDescriptor>( in getMemoryList()
463 MemoryDescriptor stack; in AddThreadList()581 std::vector<MemoryDescriptor> mem_descriptors; in AddMemoryList()607 MemoryDescriptor memory_desc; in AddMemoryList()618 sizeof(llvm::minidump::MemoryDescriptor)); in AddMemoryList()624 sizeof(llvm::minidump::MemoryDescriptor)); in AddMemoryList()
303 MappingContextTraits<MemoryDescriptor, yaml::BinaryRef>::mapping( in mapping()353 void yaml::MappingContextTraits<MemoryDescriptor, yaml::BinaryRef>::mapping( in mapping()354 IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) { in mapping()489 for (const MemoryDescriptor &MD : *ExpectedList) { in create()
99 template Expected<ArrayRef<MemoryDescriptor>>
563 for (const MemoryDescriptor &memory_desc : *ExpectedMemory) { in CreateRegionsCacheFromMemoryList()