Searched refs:MCVersionMinType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCDirectives.h | 64 enum MCVersionMinType { enum
|
| H A D | MCAssembler.h | 92 MCVersionMinType Type; ///< Used when EmitBuildVersion==false. 260 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
|
| H A D | MCStreamer.h | 455 virtual void EmitVersionMin(MCVersionMinType Type, unsigned Major, in EmitVersionMin()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 92 void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 272 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major, in EmitVersionMin()
|
| H A D | MCAsmStreamer.cpp | 149 void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 509 static const char *getVersionMinDirective(MCVersionMinType Type) { in getVersionMinDirective() 532 void MCAsmStreamer::EmitVersionMin(MCVersionMinType Type, unsigned Major, in EmitVersionMin()
|
| H A D | MCStreamer.cpp | 1077 MCVersionMinType VersionType; in EmitVersionForTarget()
|
| H A D | MachObjectWriter.cpp | 728 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 461 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type); 1109 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM() 1125 MCVersionMinType Type) { in parseVersionMin()
|