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.h101 } TypeOrPlatform; member
228 VersionInfo.TypeOrPlatform.Type = Type;
238 VersionInfo.TypeOrPlatform.Platform = Platform;
248 TargetVariantVersionInfo.TypeOrPlatform.Platform = Platform; in setTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp951 W.write<uint32_t>(VersionInfo.TypeOrPlatform.Platform); in writeObject()
957 getLCFromMCVM(VersionInfo.TypeOrPlatform.Type); in writeObject()