Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h93 } TypeOrPlatform; member
271 VersionInfo.TypeOrPlatform.Type = Type;
281 VersionInfo.TypeOrPlatform.Platform = Platform;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp884 W.write<uint32_t>(VersionInfo.TypeOrPlatform.Platform); in writeObject()
890 = getLCFromMCVM(VersionInfo.TypeOrPlatform.Type); in writeObject()