Searched refs:target_info (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp88 const llvm::Target *target_info = local
90 if (!target_info) {
136 llvm::TargetMachine *target_machine = target_info->createTargetMachine(
/freebsd-11-stable/contrib/gcc/
H A Dresource.c44 struct target_info struct
47 struct target_info *next; /* Next info for same hash bucket. */
62 static struct target_info **target_hash_table = NULL;
897 struct target_info *tinfo = NULL;
959 tinfo = XNEW (struct target_info);
1237 target_hash_table = XCNEWVEC (struct target_info *, TARGET_HASH_PRIME);
1254 struct target_info *ti = target_hash_table[i];
1258 struct target_info *next = ti->next;
1281 struct target_info *tinfo;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c293 const patch_target_info_t *target_info =
296 const char *info = svn_dirent_skip_ancestor(target_info->local_abspath,
300 return target_info->added;
319 const patch_target_info_t *target_info =
322 const char *info = svn_dirent_skip_ancestor(target_info->local_abspath,
326 return target_info->deleted;
3514 const patch_target_info_t *target_info =
3517 if (! strcmp(target_info->local_abspath, abspath))
3519 if (target_info->deleted)
3683 patch_target_info_t *target_info
292 const patch_target_info_t *target_info = local
318 const patch_target_info_t *target_info = local
3513 const patch_target_info_t *target_info = local
3682 patch_target_info_t *target_info = local
[all...]
H A Dmerge.c7645 svn_client__merge_path_t *target_info;
7677 target_info = svn_client__merge_path_create(merge_target->abspath,
7679 target_info->remaining_ranges = ranges_to_merge;
7682 = target_info;
7636 svn_client__merge_path_t *target_info; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp415 auto target_info = TargetInfo::CreateTargetInfo( local
419 target_info->getSimdDefaultAlign());
421 target_info->getDataLayout().getStringRepresentation().c_str());
422 LLDB_LOGF(log, "Target ABI: '%s'", target_info->getABI().str().c_str());
424 target_info->getMaxVectorAlign());
426 m_compiler->setTarget(target_info);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdp.c70 int target_info; member in struct:__anon1591
696 &ds.target_info,
701 ds.rdi_level = (ds.target_info >> 5) & 3;
1350 printf_unfiltered ("target level RDI %x\n", (ds.target_info >> 5) & 3);
H A Dtarget.c42 static void target_info (char *, int);
1214 target_info (char *args, int from_tty) function
2440 add_info ("target", target_info, targ_desc);
2441 add_info ("files", target_info, targ_desc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4294 bool ParseRegisters(XMLNode feature_node, GdbServerTargetInfo &target_info,
4302 [&target_info, &dyn_reg_info, &cur_reg_num, &reg_offset,
4334 reg_node.ForEachAttribute([&target_info, &gdb_group, &gdb_type,
4390 target_info.reg_set_map.find(set_id);
4391 if (pos != target_info.reg_set_map.end())
4496 GdbServerTargetInfo target_info;
4502 target_node.ForEachChildElement([&target_info, &feature_nodes](
4506 node.GetElementText(target_info.arch);
4508 node.GetElementText(target_info.osabi);
4512 target_info
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp885 (group_size == 0 || group_size > target_info->GetWaveFrontSize());
897 if (target_info->HasBufferLoadToLDS()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp704 TargetInfo *target_info = getTargetInfo(); local
705 if (target_info)
706 m_ast_up->InitBuiltinTypes(*target_info);

Completed in 243 milliseconds