Searched refs:target_info (Results 1 – 9 of 9) sorted by relevance
148 self.target_info = getattr(mod, info)()276 target_system = self.target_info.system()277 target_platform = self.target_info.platform()311 name = self.target_info.platform_name()312 ver = self.target_info.platform_ver()353 if self.target_info.platform() == 'linux':510 if self.target_info.platform() != 'darwin':523 target_platform = self.target_info.platform()603 if self.target_info.platform() == 'linux':626 if self.target_info.platform() == 'darwin':[all …]
190 ntlm->target_info = malloc(target_info_len); in ntlm_decode_type2_target()191 if(!ntlm->target_info) in ntlm_decode_type2_target()194 memcpy(ntlm->target_info, &buffer[target_info_offset], target_info_len); in ntlm_decode_type2_target()836 Curl_safefree(ntlm->target_info); in Curl_auth_ntlm_cleanup()
13 config.target_info = "@LIBCXXABI_TARGET_INFO@"
13 set(LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
25 config.target_info = "@LIBCXX_TARGET_INFO@"
30 set(LIBCXX_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
697 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len); in Curl_ntlm_core_mk_ntlmv2_resp()
452 void* target_info; /* TargetInfo received in the ntlm type-2 message */ member
8537 CompilationInfo target_info(&parse_info, target); in TryInline() local8550 if (!Compiler::ParseAndAnalyze(target_info.parse_info())) { in TryInline()8551 if (target_info.isolate()->has_pending_exception()) { in TryInline()8564 if (target_info.scope()->num_heap_slots() > 0) { in TryInline()8570 Variable* rest = target_info.scope()->rest_parameter(&rest_index); in TryInline()8576 FunctionLiteral* function = target_info.literal(); in TryInline()8608 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); in TryInline()8619 if (!Compiler::EnsureDeoptimizationSupport(&target_info)) { in TryInline()8627 top_info()->AddInlinedFunction(target_info.shared_info()); in TryInline()8638 AstTyper(target_info.isolate(), target_info.zone(), target_info.closure(), in TryInline()[all …]