Home
last modified time | relevance | path

Searched refs:MCVersionMinType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDirectives.h61 enum MCVersionMinType { enum
H A DMCMachObjectWriter.h100 MCVersionMinType Type; ///< Used when EmitBuildVersion==false.
218 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
H A DMCStreamer.h489 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp92 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
237 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
H A DMCAsmStreamer.cpp187 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
630 static const char *getVersionMinDirective(MCVersionMinType Type) { in getVersionMinDirective()
653 void MCAsmStreamer::emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
H A DMachObjectWriter.cpp764 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
H A DMCStreamer.cpp1417 static MCVersionMinType
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp460 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type);
1090 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM()
1106 MCVersionMinType Type) { in parseVersionMin()