Home
last modified time | relevance | path

Searched refs:TypeOrPlatform (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h102 } TypeOrPlatform; member
222 VersionInfo.TypeOrPlatform.Type = Type;
232 VersionInfo.TypeOrPlatform.Platform = Platform;
242 TargetVariantVersionInfo.TypeOrPlatform.Platform = Platform; in setTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp956 W.write<uint32_t>(VersionInfo.TypeOrPlatform.Platform); in writeObject()
962 getLCFromMCVM(VersionInfo.TypeOrPlatform.Type); in writeObject()