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

References

lib/ObjectYAML/COFFEmitter.cpp
  293     if (i->CLRToken)
  580     if (i->CLRToken) {
  581       OS << binary_le(i->CLRToken->AuxType) << zeros(i->CLRToken->unused1)
  581       OS << binary_le(i->CLRToken->AuxType) << zeros(i->CLRToken->unused1)
  582          << binary_le(i->CLRToken->SymbolTableIndex)
  583          << zeros(i->CLRToken->unused2);
lib/ObjectYAML/COFFYAML.cpp
  556   IO.mapOptional("CLRToken", S.CLRToken);
tools/obj2yaml/coff2yaml.cpp
  276   Sym->CLRToken = YAMLCLRToken;