Home
last modified time | relevance | path

Searched refs:GetField (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody() local
1481 auto FileVer = GetField(VersionInfoFixed::FtFileVersion); in writeVersionInfoBody()
1487 auto ProdVer = GetField(VersionInfoFixed::FtProductVersion); in writeVersionInfoBody()
1494 FixedInfo.FileFlagsMask = GetField(VersionInfoFixed::FtFileFlagsMask)[0]; in writeVersionInfoBody()
1495 FixedInfo.FileFlags = GetField(VersionInfoFixed::FtFileFlags)[0]; in writeVersionInfoBody()
1496 FixedInfo.FileOS = GetField(VersionInfoFixed::FtFileOS)[0]; in writeVersionInfoBody()
1497 FixedInfo.FileType = GetField(VersionInfoFixed::FtFileType)[0]; in writeVersionInfoBody()
1498 FixedInfo.FileSubtype = GetField(VersionInfoFixed::FtFileSubtype)[0]; in writeVersionInfoBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DOpcodes.td295 def GetField : AccessOpcode;
H A DInterp.h331 bool GetField(InterpState &S, CodePtr OpPC, uint32_t I) { in GetField() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d661 HRESULT GetField(PVOID, LPCOLESTR, VARIANT*);