Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h106 } TypeOrPlatform; member
288 VersionInfo.TypeOrPlatform.Type = Type;
298 VersionInfo.TypeOrPlatform.Platform = Platform;
313 DarwinTargetVariantVersionInfo.TypeOrPlatform.Platform = Platform; in setDarwinTargetVariantBuildVersion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp918 W.write<uint32_t>(VersionInfo.TypeOrPlatform.Platform); in writeObject()
924 getLCFromMCVM(VersionInfo.TypeOrPlatform.Type); in writeObject()