Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h94 } TypeOrPlatform; member
264 VersionInfo.TypeOrPlatform.Type = Type;
274 VersionInfo.TypeOrPlatform.Platform = Platform;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp867 W.write<uint32_t>(VersionInfo.TypeOrPlatform.Platform); in writeObject()
873 = getLCFromMCVM(VersionInfo.TypeOrPlatform.Type); in writeObject()