Searched defs:MappingInfo (Results 1 – 8 of 8) sorted by relevance
42 struct MappingInfo { struct64 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() argument30 BinaryByteStream Stream;31 BinaryStreamReader Reader;32 SymbolRecordMapping Mapping;
29 struct MappingInfo { struct30 explicit MappingInfo(ArrayRef<uint8_t> RecordData) in MappingInfo() argument44 MappingInfo I(CVT.content()); in deserializeAs() argument103 struct MappingInfo { struct104 explicit MappingInfo(BinaryStreamReader &R) in MappingInfo() argument107 BinaryStreamReader &Reader;108 TypeRecordMapping Mapping;109 uint32_t StartOffset;
39 pub struct MappingInfo { struct46 impl MappingInfo { argument
112 pub struct MappingInfo { struct118 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()
132 TEST(MinidumpWriterTest, MappingInfo) { in TEST() argument