Searched refs:MCVersionMinType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDirectives.h | 69 enum MCVersionMinType { enum
|
| H A D | MCMachObjectWriter.h | 99 MCVersionMinType Type; ///< Used when EmitBuildVersion==false. 224 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
|
| H A D | MCStreamer.h | 471 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 95 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 252 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
|
| H A D | MCAsmStreamer.cpp | 184 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 616 static const char *getVersionMinDirective(MCVersionMinType Type) { in getVersionMinDirective() 639 void MCAsmStreamer::emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
|
| H A D | MachObjectWriter.cpp | 761 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
|
| H A D | MCStreamer.cpp | 1317 static MCVersionMinType
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 460 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type); 1106 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM() 1122 MCVersionMinType Type) { in parseVersionMin()
|