Home
last modified time | relevance | path

Searched defs:MappingInfo (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Dmapping_info.h42 struct MappingInfo { struct
64 MappingInfo first; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDeserializer.h29 struct MappingInfo { struct
30 explicit MappingInfo(ArrayRef<uint8_t> RecordData) in MappingInfo() function
44 MappingInfo I(CVT.content()); in deserializeAs() argument
103 struct MappingInfo { struct
104 explicit MappingInfo(BinaryStreamReader &R) in MappingInfo() function
107 BinaryStreamReader &Reader;
108 TypeRecordMapping Mapping;
109 uint32_t StartOffset;
DSymbolDeserializer.h25 struct MappingInfo { struct
26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() argument
30 BinaryByteStream Stream;
31 BinaryStreamReader Reader;
32 SymbolRecordMapping Mapping;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDeserializer.h29 struct MappingInfo { struct
30 explicit MappingInfo(ArrayRef<uint8_t> RecordData) in MappingInfo() argument
44 MappingInfo I(CVT.content()); in deserializeAs() argument
103 struct MappingInfo { struct
104 explicit MappingInfo(BinaryStreamReader &R) in MappingInfo() argument
107 BinaryStreamReader &Reader;
108 TypeRecordMapping Mapping;
109 uint32_t StartOffset;
DSymbolDeserializer.h25 struct MappingInfo { struct
26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() argument
30 BinaryByteStream Stream;
31 BinaryStreamReader Reader;
32 SymbolRecordMapping Mapping;
/external/crosvm/devices/src/virtio/iommu/
Dmemory_mapper.rs39 pub struct MappingInfo { struct
46 impl MappingInfo { argument
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs112 pub struct MappingInfo { struct
118 pub fn vmm_va_to_gpa(maps: &[MappingInfo], vmm_va: u64) -> VhostResult<GuestAddress> { in vmm_va_to_gpa()
238 ) -> VhostResult<(GuestMemory, Vec<MappingInfo>)> { in set_mem_table()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc132 TEST(MinidumpWriterTest, MappingInfo) { in TEST() argument