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

References

include/llvm/MC/MCAssembler.h
   91       MCVersionMinType Type;          ///< Used when EmitBuildVersion==false.
  259   void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
include/llvm/MC/MCStreamer.h
  460   virtual void EmitVersionMin(MCVersionMinType Type, unsigned Major,
lib/MC/MCAsmStreamer.cpp
  147   void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
  526 static const char *getVersionMinDirective(MCVersionMinType Type) {
  549 void MCAsmStreamer::EmitVersionMin(MCVersionMinType Type, unsigned Major,
lib/MC/MCMachOStreamer.cpp
   91   void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
  271 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major,
lib/MC/MCParser/DarwinAsmParser.cpp
  460   bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type);
 1108 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) {
 1124                                       MCVersionMinType Type) {
lib/MC/MCStreamer.cpp
 1147   MCVersionMinType VersionType;
lib/MC/MachObjectWriter.cpp
  744 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) {