Searched refs:MemoryDescriptor (Results 1 – 8 of 8) 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,
100 Expected<ArrayRef<minidump::MemoryDescriptor>> getMemoryList() const { in getMemoryList()101 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()
505 Expected<ArrayRef<MemoryDescriptor>> ExpectedRanges = File.getMemoryList(); in TEST()508 const MemoryDescriptor &MD = ExpectedRanges.get()[0]; in TEST()
98 template Expected<ArrayRef<MemoryDescriptor>>
562 for (const MemoryDescriptor &memory_desc : *ExpectedMemory) { in CreateRegionsCacheFromMemoryList()