Searched refs:MCVersionMinType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCDirectives.h | 66 enum MCVersionMinType { enum
|
| D | MCAssembler.h | 91 MCVersionMinType Type; ///< Used when EmitBuildVersion==false. 267 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor,
|
| D | MCStreamer.h | 487 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCMachOStreamer.cpp | 91 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 273 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
|
| D | MCAsmStreamer.cpp | 167 void emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 583 static const char *getVersionMinDirective(MCVersionMinType Type) { in getVersionMinDirective() 606 void MCAsmStreamer::emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
|
| D | MachObjectWriter.cpp | 744 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
|
| D | MCStreamer.cpp | 1242 static MCVersionMinType
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 461 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type); 1107 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM() 1123 MCVersionMinType Type) { in parseVersionMin()
|