Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDirectives.h67 enum MCVersionMinType { enum
H A DMCAssembler.h104 MCVersionMinType Type; ///< Used when EmitBuildVersion==false.
281 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
H A DMCStreamer.h502 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCMachOStreamer.cpp96 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
291 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
H A DMCAsmStreamer.cpp164 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
588 static const char *getVersionMinDirective(MCVersionMinType Type) { in getVersionMinDirective()
611 void MCAsmStreamer::emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
H A DMachObjectWriter.cpp746 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
H A DMCStreamer.cpp1258 static MCVersionMinType
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp460 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type);
1107 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM()
1123 MCVersionMinType Type) { in parseVersionMin()