reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/yaml2obj.cpp
   29     YIn >> Doc;
   35     if (Doc.Elf)
   36       return yaml2elf(*Doc.Elf, Out, ErrHandler);
   37     if (Doc.Coff)
   38       return yaml2coff(*Doc.Coff, Out, ErrHandler);
   39     if (Doc.MachO || Doc.FatMachO)
   39     if (Doc.MachO || Doc.FatMachO)
   40       return yaml2macho(Doc, Out, ErrHandler);
   41     if (Doc.Minidump)
   42       return yaml2minidump(*Doc.Minidump, Out, ErrHandler);
   43     if (Doc.Wasm)
   44       return yaml2wasm(*Doc.Wasm, Out, ErrHandler);