Home
last modified time | relevance | path

Searched refs:GetOptionValue (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp677 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
678 m_dump_linux_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
679 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
680 m_dump_directory.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
681 m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
682 m_dump_linux_proc_status.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
683 m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
684 m_dump_linux_cmdline.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
685 m_dump_linux_environ.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
686 m_dump_linux_auxv.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
[all …]
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc60 def GetOptionValue(argv, option): function
177 opt_option = GetOptionValue(argv, '-O')
178 m_options = GetOptionValue(argv, '-m')
180 include_options = GetOptionValue(argv, '-I')
181 out_file = GetOptionValue(argv, '-o')
182 depfiles = GetOptionValue(argv, '-MF')
183 defines = GetOptionValue(argv, '-D')
185 undefines = GetOptionValue(argv, '-U')
187 std_options = GetOptionValue(argv, '-std')
193 for option in GetOptionValue(argv, '-Xcuda-fatbinary')])
[all …]
/external/tensorflow/third_party/gpus/crosstool/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc.tpl60 def GetOptionValue(argv, option): function
177 opt_option = GetOptionValue(argv, '-O')
178 m_options = GetOptionValue(argv, '-m')
180 include_options = GetOptionValue(argv, '-I')
181 out_file = GetOptionValue(argv, '-o')
182 depfiles = GetOptionValue(argv, '-MF')
183 defines = GetOptionValue(argv, '-D')
185 undefines = GetOptionValue(argv, '-U')
187 std_options = GetOptionValue(argv, '-std')
193 for option in GetOptionValue(argv, '-Xcuda-fatbinary')])
[all …]
Dcrosstool_wrapper_driver_rocm.tpl42 def GetOptionValue(argv, option): function
127 opt_option = GetOptionValue(argv, 'O')
128 m_options = GetOptionValue(argv, 'm')
130 include_options = GetOptionValue(argv, 'I')
131 out_file = GetOptionValue(argv, 'o')
132 depfiles = GetOptionValue(argv, 'MF')
133 defines = GetOptionValue(argv, 'D')
135 undefines = GetOptionValue(argv, 'U')
137 std_options = GetOptionValue(argv, 'std')
144 src_files = GetOptionValue(argv, 'c')
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc60 def GetOptionValue(argv, option): function
177 opt_option = GetOptionValue(argv, '-O')
178 m_options = GetOptionValue(argv, '-m')
180 include_options = GetOptionValue(argv, '-I')
181 out_file = GetOptionValue(argv, '-o')
182 depfiles = GetOptionValue(argv, '-MF')
183 defines = GetOptionValue(argv, '-D')
185 undefines = GetOptionValue(argv, '-U')
187 std_options = GetOptionValue(argv, '-std')
193 for option in GetOptionValue(argv, '-Xcuda-fatbinary')])
[all …]
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc65 def GetOptionValue(argv, option): function
166 opt_option = GetOptionValue(argv, 'O')
167 m_options = GetOptionValue(argv, 'm')
169 include_options = GetOptionValue(argv, 'I')
170 out_file = GetOptionValue(argv, 'o')
171 depfiles = GetOptionValue(argv, 'MF')
172 defines = GetOptionValue(argv, 'D')
174 undefines = GetOptionValue(argv, 'U')
176 std_options = GetOptionValue(argv, 'std')
184 src_files = GetOptionValue(argv, 'c')
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/windows/
Dmsvc_wrapper_for_nvcc.py45 def GetOptionValue(argv, option): function
119 opt_option, argv = GetOptionValue(argv, '/O')
124 include_options, argv = GetOptionValue(argv, '/I')
127 defines, argv = GetOptionValue(argv, '/D')
130 undefines, argv = GetOptionValue(argv, '/U')
133 fatbin_options, argv = GetOptionValue(argv, '-Xcuda-fatbinary')
142 compute_capabilities, argv = GetOptionValue(argv, "--cuda-gpu-arch")
148 compute_capabilities, argv = GetOptionValue(argv, '--cuda-include-ptx')
154 _, argv = GetOptionValue(argv, '--no-cuda-include-ptx')
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc47 def GetOptionValue(argv, option): function
137 opt_option = GetOptionValue(argv, 'O')
138 m_options = GetOptionValue(argv, 'm')
140 include_options = GetOptionValue(argv, 'I')
141 out_file = GetOptionValue(argv, 'o')
142 depfiles = GetOptionValue(argv, 'MF')
143 defines = GetOptionValue(argv, 'D')
145 undefines = GetOptionValue(argv, 'U')
147 std_options = GetOptionValue(argv, 'std')
154 src_files = GetOptionValue(argv, 'c')
/external/tensorflow/third_party/gpus/crosstool/windows/
Dmsvc_wrapper_for_nvcc.py.tpl45 def GetOptionValue(argv, option):
119 opt_option, argv = GetOptionValue(argv, '/O')
124 include_options, argv = GetOptionValue(argv, '/I')
127 defines, argv = GetOptionValue(argv, '/D')
130 undefines, argv = GetOptionValue(argv, '/U')
133 fatbin_options, argv = GetOptionValue(argv, '-Xcuda-fatbinary')
142 compute_capabilities, argv = GetOptionValue(argv, "--cuda-gpu-arch")
148 compute_capabilities, argv = GetOptionValue(argv, '--cuda-include-ptx')
154 _, argv = GetOptionValue(argv, '--no-cuda-include-ptx')
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFile.h39 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
41 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
70 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
72 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
DOptionGroupBoolean.h40 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
42 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupString.h37 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUInt64.h38 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
40 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUUID.h33 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp449 WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
454 if (sel_value == GetOptionValue(i)) in GetSelectedIndex()
483 WideString opt_value = GetOptionValue(index); in IsItemSelected()
517 WideString opt_value = GetOptionValue(index); in SetItemSelection()
551 pArray->AddNew<CPDF_String>(GetOptionValue(i)); in SetItemSelectionSelected()
581 pArray->AddNew<CPDF_String>(GetOptionValue(i)); in SetItemSelectionUnselected()
605 if (csDV == GetOptionValue(i)) in GetDefaultSelectedItem()
635 WideString CPDF_FormField::GetOptionValue(int index) const { in GetOptionValue() function in CPDF_FormField
641 if (GetOptionValue(i) == csOptValue) in FindOption()
Dcpdf_formfield.h123 WideString GetOptionValue(int index) const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp269 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute()
270 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute()
286 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute()
584 if (m_all_option.GetOptionValue()) { in DoExecute()
641 if (m_cleanup_option.GetOptionValue()) { in DoExecute()
900 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute()
902 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute()
2518 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2522 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2523 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
[all …]
DCommandObjectExpression.cpp585 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
DCommandObjectPlatform.cpp409 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
411 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp910 if (!m_command_byte.GetOptionValue().OptionWasSet()) { in DoExecute()
916 m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()
926 m_packet_data.GetOptionValue().GetCurrentValue(); in DoExecute()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp268 swRet = pFormField->GetOptionValue(nExport); in GetSelectExportText()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp5137 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()
5138 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
5139 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()
5140 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()
/external/pdfium/fxjs/
Dcjs_field.cpp2104 pFormField->GetOptionValue(iIndex).AsStringView()); in get_value()
2433 WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt()