Searched defs:MappingInfo (Results 1 – 7 of 7) sorted by relevance
43 struct MappingInfo { struct65 MappingInfo first; argument
29 struct MappingInfo { struct30 explicit MappingInfo(ArrayRef<uint8_t> RecordData) in MappingInfo() function44 MappingInfo I(CVT.content()); in deserializeAs() argument103 struct MappingInfo { struct104 explicit MappingInfo(BinaryStreamReader &R) in MappingInfo() function107 BinaryStreamReader &Reader;108 TypeRecordMapping Mapping;109 uint32_t StartOffset;
25 struct MappingInfo { struct26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() function30 BinaryByteStream Stream;31 BinaryStreamReader Reader;32 SymbolRecordMapping Mapping;
39 pub struct MappingInfo { struct46 impl MappingInfo { argument
147 pub struct MappingInfo { struct153 pub fn vmm_va_to_gpa(maps: &[MappingInfo], vmm_va: u64) -> VhostResult<GuestAddress> { in vmm_va_to_gpa()264 ) -> VhostResult<(GuestMemory, Vec<MappingInfo>)>; in set_mem_table()294 ) -> VhostResult<(GuestMemory, Vec<MappingInfo>)> { in set_mem_table()
107 ) -> VhostResult<(GuestMemory, Vec<MappingInfo>)> { in set_mem_table()
127 TEST(MinidumpWriterTest, MappingInfo) { in TEST() argument