Home
last modified time | relevance | path

Searched refs:remapped (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp168 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 Di915_debugfs.c251 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 Di915_vma_types.h171 struct intel_remapped_info remapped; member
H A Di915_vma.h251 offsetof(typeof(*view), remapped)); in i915_vma_compare()
H A Di915_vma.c195 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 DSourceManager.cpp462 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 DModule.cpp1596 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 Di915_vma.c593 .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 Ddsymutil.rst84 .. option:: --object-prefix-map <prefix=remapped>
87 this for Clang objects where the module cache location was remapped using
H A Dllvm-cxxmap.rst79 # C function "void foo_bar()" is remapped to C++ function "void foo::bar()".
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DOptions.td121 MetaVarName<"<prefix=remapped>">,
124 "remapped using -fdebug-prefix-map; to help dsymutil"
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok270 remapped
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c1429 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 Dintel_dpt.c255 size = intel_remapped_info_size(&fb->remapped_view.gtt.remapped); in intel_dpt_create()
/openbsd-src/usr.bin/vi/docs/internals/
H A Dinput70 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 DCompilerRTUtils.cmake373 # Android uses i686, but that's remapped at a later stage.
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp227 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local
228 remapped_file = *remapped;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DREADME.txt1283 arithmetic to be remapped to the new node.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1992575 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 Dinfo-stnd.texi1129 effect, digits set the numeric argument, so these commands are remapped
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1755 ... and many others. With a MnemonicAlias definition, the mnemonic is remapped
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst2831 currently not remapped. For best results, you are encouraged to generate new
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20004183 use the variable declared in the TARGET_EXPR as the remapped
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.58198 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 DChangeLog6743 which it sometimes is remapped to.

12