| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 168 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local 169 new_path.SetString(remapped->GetPath()); in RemapPath() 213 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local 216 AppendPathComponents(remapped, path, orig_style); in RemapPath() 217 if (!only_if_exists || FileSystem::Instance().Exists(remapped)) in RemapPath() 218 return remapped; in RemapPath() 246 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile() local 248 return remapped; in FindFile()
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_debugfs.c | 251 vma->gtt_view.remapped.plane[0].width, in i915_debugfs_describe_obj() 252 vma->gtt_view.remapped.plane[0].height, in i915_debugfs_describe_obj() 253 vma->gtt_view.remapped.plane[0].src_stride, in i915_debugfs_describe_obj() 254 vma->gtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj() 255 vma->gtt_view.remapped.plane[0].offset, in i915_debugfs_describe_obj() 256 vma->gtt_view.remapped.plane[1].width, in i915_debugfs_describe_obj() 257 vma->gtt_view.remapped.plane[1].height, in i915_debugfs_describe_obj() 258 vma->gtt_view.remapped.plane[1].src_stride, in i915_debugfs_describe_obj() 259 vma->gtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj() 260 vma->gtt_view.remapped.plane[1].offset); in i915_debugfs_describe_obj()
|
| H A D | i915_vma_types.h | 171 struct intel_remapped_info remapped; member
|
| H A D | i915_vma.h | 251 offsetof(typeof(*view), remapped)); in i915_vma_compare()
|
| H A D | i915_vma.c | 195 vma->size = intel_remapped_info_size(&view->remapped); in vma_create() 1328 intel_remap_pages(&vma->gtt_view.remapped, vma->obj); in __i915_vma_get_pages()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceManager.cpp | 462 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local 463 if (!remapped) { in CommonInitializer() 466 remapped = new_spec; in CommonInitializer() 468 if (remapped) { in CommonInitializer() 469 m_file_spec = *remapped; in CommonInitializer()
|
| H A D | Module.cpp | 1596 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local 1597 new_spec = *remapped; in FindSourceFile() 1605 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local 1606 return remapped->GetPath(); in RemapSourceFile()
|
| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | i915_vma.c | 593 .remapped.plane[0] = *a, in igt_vma_rotate_remap() 594 .remapped.plane[1] = *b, in igt_vma_rotate_remap() 596 struct intel_remapped_plane_info *plane_info = view.remapped.plane; in igt_vma_rotate_remap() 674 sg = assert_remapped(obj, &view.remapped, n, sg); in igt_vma_rotate_remap() 1073 src_idx = remapped_index(&view.remapped, 0, x, y); in igt_vma_remapped_gtt()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 84 .. option:: --object-prefix-map <prefix=remapped> 87 this for Clang objects where the module cache location was remapped using
|
| H A D | llvm-cxxmap.rst | 79 # C function "void foo_bar()" is remapped to C++ function "void foo::bar()".
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | Options.td | 121 MetaVarName<"<prefix=remapped>">, 124 "remapped using -fdebug-prefix-map; to help dsymutil"
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| H A D | spell.ok | 270 remapped
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_fb.c | 1429 struct intel_remapped_plane_info *remap_info = &view->gtt.remapped.plane[color_plane]; in calc_plane_remap_info() 1482 check_array_bounds(i915, view->gtt.remapped.plane, color_plane); in calc_plane_remap_info() 1484 if (view->gtt.remapped.plane_alignment) { in calc_plane_remap_info() 1486 view->gtt.remapped.plane_alignment); in calc_plane_remap_info() 1582 view->gtt.remapped.plane_alignment = SZ_2M / PAGE_SIZE; in intel_fb_view_init()
|
| H A D | intel_dpt.c | 255 size = intel_remapped_info_size(&fb->remapped_view.gtt.remapped); in intel_dpt_create()
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | input | 70 7: Characters in executable buffers are remapped. 319 7: Characters in executable buffers are remapped.
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | CompilerRTUtils.cmake | 373 # Android uses i686, but that's remapped at a later stage.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 227 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local 228 remapped_file = *remapped;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | README.txt | 1283 arithmetic to be remapped to the new node.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1992 | 575 it is no longer inside m2-exp.y, where it was remapped by Makefile. 1086 remapped to xmalloc/xrealloc, use only malloc/realloc in grammer 3965 remapped objfiles. Bug reported by hahn@sunshine.labs.tek.com. 3968 find_sym_fns() for remapped symbol files, in case of any changes
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | info-stnd.texi | 1129 effect, digits set the numeric argument, so these commands are remapped
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CodeGenerator.rst | 1755 ... and many others. With a MnemonicAlias definition, the mnemonic is remapped
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UsersManual.rst | 2831 currently not remapped. For best results, you are encouraged to generate new
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 4183 use the variable declared in the TARGET_EXPR as the remapped
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 8198 remapping them. If remapping, don't use the remapped file 8202 (read_name_map): Simplify remapped names when reading in.
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | ChangeLog | 6743 which it sometimes is remapped to.
|