Lines Matching defs:MappingTraits
294 struct MappingTraits<Section> { struct
296 static void mapping(IO &io, Section §) { in mapping()
320 struct NormalizedContent {
350 struct MappingTraits<Relocation> { struct
351 static void mapping(IO &io, Relocation &reloc) { in mapping()
461 struct MappingTraits<Symbol> { struct
462 static void mapping(IO &io, Symbol& sym) { in mapping()
529 struct MappingTraits<Segment> { struct
530 static void mapping(IO &io, Segment& seg) { in mapping()
564 struct MappingTraits<DependentDylib> { struct
565 static void mapping(IO &io, DependentDylib& dylib) { in mapping()
590 struct MappingTraits<RebaseLocation> { struct
591 static void mapping(IO &io, RebaseLocation& rebase) { in mapping()
614 struct MappingTraits<BindLocation> { struct
615 static void mapping(IO &io, BindLocation &bind) { in mapping()
654 struct MappingTraits<Export> { struct
655 static void mapping(IO &io, Export &exp) { in mapping()
684 struct MappingTraits<DataInCode> { struct
685 static void mapping(IO &io, DataInCode &entry) { in mapping()
712 struct MappingTraits<NormalizedFile> { struct
713 static void mapping(IO &io, NormalizedFile &file) { in mapping()
743 static std::string validate(IO &io, NormalizedFile &file) { return {}; } in validate()