reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 if (ObjectFile.Coff) 28 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff); 40 ObjectFile.Coff.reset(new COFFYAML::Object()); 41 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff);lib/ObjectYAML/yaml2obj.cpp
37 if (Doc.Coff) 38 return yaml2coff(*Doc.Coff, Out, ErrHandler);