Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp25 struct Remap { struct
58 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings()
85 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList()
122 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles()
130 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames()
133 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames()
137 delete static_cast<Remap *>(map); in clang_remap_dispose()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h181 Remap = StratifiedLink::SetSentinel; in BuilderLink()
236 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()
241 Remap = Other; in remapTo()
246 return Remap; in getRemapIndex()
252 Remap = Other; in updateRemap()
262 StratifiedIndex Remap; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp89 std::vector<std::pair<unsigned, unsigned>> &Remap) const;
150 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector()
158 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
164 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
/netbsd-src/sys/arch/mac68k/obio/
H A Diwm.s744 moveb %a2@(0,%d3),%d1 | Remap disk byte
751 orb %a2@(0,%d3),%d2 | Remap it and complete first byte
809 moveb %a2@(0,%d3),%d1 | Remap disk byte
816 orb %a2@(0,%d3),%d2 | Remap it and complete first byte
832 orb %a2@(0,%d3),%d2 | Remap it and complete byte
844 orb %a2@(0,%d3),%d1 | Remap it and complete byte
861 moveb %a2@(0,%d3),%d1 | Remap disk byte
/netbsd-src/share/i18n/csmapper/ISO-8859/
H A DUCS%ISO-8859-7.src57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
H A DISO-8859-7%UCS.src57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DOptions.td116 HelpText<"Remap object file paths (but no source paths) before processing."
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Ddsymutil.rst85 Remap object file paths (but no source paths) before processing. Use
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.def94 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2158 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
2159 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A DChangeLog-041573 * rs6k64.h: (struct external_auxent): Remap x_file field.
/netbsd-src/external/gpl3/gdb.old/dist/include/coff/
H A DChangeLog-041573 * rs6k64.h: (struct external_auxent): Remap x_file field.
/netbsd-src/external/gpl3/gdb/dist/include/coff/
H A DChangeLog-041573 * rs6k64.h: (struct external_auxent): Remap x_file field.
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A DChangeLog-041573 * rs6k64.h: (struct external_auxent): Remap x_file field.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp765 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
766 Remap.addPrivate(DestVD, [DestElement]() { return DestElement; }); in EmitOMPCopy()
767 Remap.addPrivate(SrcVD, [SrcElement]() { return SrcElement; }); in EmitOMPCopy()
768 (void)Remap.Privatize(); in EmitOMPCopy()
774 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
775 Remap.addPrivate(SrcVD, [SrcAddr]() { return SrcAddr; }); in EmitOMPCopy()
776 Remap.addPrivate(DestVD, [DestAddr]() { return DestAddr; }); in EmitOMPCopy()
777 (void)Remap.Privatize(); in EmitOMPCopy()
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Doverlays.sdf1163 H2: Rewrite/Remap
1177 H3: Rewrite/Remap Configuration
/netbsd-src/external/bsd/openldap/dist/include/
H A Dportable.hin1018 /* define for Rewrite/Remap overlay */
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20006732 Remap dynamic cast hint values to be consistent across ABIs.
6733 * search.c (dynamic_cast_base_recurse): Remap generated value.
6736 (__user_type_info::find_public_subobj): Remap BOFF meaning.
6737 * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
6740 * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
/netbsd-src/external/bsd/openldap/dist/
H A Dconfigure.ac411 OL_ARG_ENABLE(rwm, [AS_HELP_STRING([--enable-rwm], [Rewrite/Remap overlay])],
2976 AC_DEFINE_UNQUOTED(SLAPD_OVER_RWM,$MFLAG,[define for Rewrite/Remap overlay])
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-2006468 Remap bfd_arm_allocate_interworking_sections,
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-2006468 Remap bfd_arm_allocate_interworking_sections,
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20071107 * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
1108 * stabs.c (stabs_generate_asm_file): Remap debug paths.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20071107 * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
1108 * stabs.c (stabs_generate_asm_file): Remap debug paths.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-199228 * c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names
30 * ch-exp.y (yyrule, yyname): Remap like other yy* names for byacc.
32 * c-exp.y, m2-exp.y (yyreds, yytoks): Remap like other yy* names.
40 * ch-exp.y (yyreds, yytoks): Remap like other yy* names.
890 parser-defs.h, valarith.c, valops.c, value.h: Remap macros and
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-199228 * c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names
30 * ch-exp.y (yyrule, yyname): Remap like other yy* names for byacc.
32 * c-exp.y, m2-exp.y (yyreds, yytoks): Remap like other yy* names.
40 * ch-exp.y (yyreds, yytoks): Remap like other yy* names.
890 parser-defs.h, valarith.c, valops.c, value.h: Remap macros and

1234