Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDirectives.h69 enum MCVersionMinType { enum
H A DMCAssembler.h104 MCVersionMinType Type; ///< Used when EmitBuildVersion==false.
284 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
H A DMCStreamer.h506 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp95 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
288 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
H A DMCAsmStreamer.cpp168 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
600 static const char *getVersionMinDirective(MCVersionMinType Type) { in getVersionMinDirective()
623 void MCAsmStreamer::emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
H A DMachObjectWriter.cpp733 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
H A DMCStreamer.cpp1277 static MCVersionMinType
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp460 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type);
1106 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM()
1122 MCVersionMinType Type) { in parseVersionMin()