Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcessStructReader.h83 RetType GetField(ConstString name, RetType fail_value = RetType()) {
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2008 T &GetField(int index) { return m_fields[index]; } in GetField() function in curses::ListFieldDelegate
2030 arguments.AppendArgument(GetField(i).GetText()); in GetArguments()
2038 TextFieldDelegate &field = GetField(GetNumberOfFields() - 1); in AddArguments()
2240 std::make_pair(GetField(i).GetName(), GetField(i).GetValue())); in GetEnvironment()
2249 GetField(GetNumberOfFields() - 1); in AddEnvironmentVariables()
2296 FieldDelegate *GetField(uint32_t field_index) { in GetField() function in curses::FormDelegate
2321 GetField(i)->FieldDelegateExitCallback(); in CheckFieldsValidity()
2322 if (GetField(i)->FieldDelegateHasError()) { in CheckFieldsValidity()
2517 if (!m_delegate_sp->GetField(i)->FieldDelegateIsVisible()) in GetContentHeight()
2519 height += m_delegate_sp->GetField(i)->FieldDelegateGetHeight(); in GetContentHeight()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp446 struct_reader.GetField<uint16_t>(ConstString("dti_version")); in ReadLibdispatchTSDIndexes()
448 struct_reader.GetField<uint16_t>(ConstString("dti_queue_index")); in ReadLibdispatchTSDIndexes()
450 struct_reader.GetField<uint16_t>(ConstString("dti_voucher_index")); in ReadLibdispatchTSDIndexes()
452 struct_reader.GetField<uint16_t>(ConstString("dti_qos_class_index")); in ReadLibdispatchTSDIndexes()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DOpcodes.td314 def GetField : AccessOpcode;
H A DInterp.h628 bool GetField(InterpState &S, CodePtr OpPC, uint32_t I) { in GetField() function