| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | ARCMigrate.cpp | 25 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 180 Remap = StratifiedLink::SetSentinel; in BuilderLink() 235 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 240 Remap = Other; in remapTo() 245 return Remap; in getRemapIndex() 251 Remap = Other; in updateRemap() 261 StratifiedIndex Remap; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600OptimizeVectorRegisters.cpp | 89 std::vector<std::pair<unsigned, unsigned>> &Remap) const; 150 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() 157 Remap.push_back( in tryMergeVector() 163 Remap.push_back(std::pair<unsigned, unsigned>( in tryMergeVector()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 86 Remap object file paths (but no source paths) before processing. Use
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | Options.td | 122 HelpText<"Remap object file paths (but no source paths) before processing."
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Types.def | 100 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2210 SourceLocation::IntTy Remap = in TranslateSourceLocation() local 2212 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 782 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local 783 Remap.addPrivate(DestVD, DestElement); in EmitOMPCopy() 784 Remap.addPrivate(SrcVD, SrcElement); in EmitOMPCopy() 785 (void)Remap.Privatize(); in EmitOMPCopy() 791 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local 792 Remap.addPrivate(SrcVD, SrcAddr); in EmitOMPCopy() 793 Remap.addPrivate(DestVD, DestAddr); in EmitOMPCopy() 794 (void)Remap.Privatize(); in EmitOMPCopy()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c.opt | 850 Remap file names when including files
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 6732 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.
|
| H A D | ChangeLog-2001 | 1871 * optimize.c (remap_decl): Remap anonymous aggregate members too.
|
| H A D | ChangeLog-2004 | 3024 (maybe_clone_body): Remap the function result.
|
| H A D | ChangeLog | 1738 (cp_genericize_r): Remap DECL_EXTERN local decls using
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | map.rst | 1811 …<td class="header" colspan="2">Remap source file pathnames for the debug session. If your source …
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1992 | 28 * 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. 898 parser-defs.h, valarith.c, valops.c, value.h: Remap macros and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog | 7848 * optimize.c (remap_decl): Remap anonymous aggregate members too. 16604 Remap dynamic cast hint values to be consistent across ABIs. 16605 * search.c (dynamic_cast_base_recurse): Remap generated value. 16608 (__user_type_info::find_public_subobj): Remap BOFF meaning. 16609 * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning. 16612 * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3920 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument 3923 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog-0203 | 35 * pe-dll.c (generate_reloc): Remap ARM_26D relocation from 5 to
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog-0203 | 35 * pe-dll.c (generate_reloc): Remap ARM_26D relocation from 5 to
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | de.po | 5826 #~ msgid "Remap file names when including files" 6113 #~ " -remap Remap file names when including files\n"
|
| H A D | ja.po | 6775 #~ " -remap Remap file names when including files.\n" 10305 #~ " -remap Remap file names when including files.\n"
|
| H A D | da.po | 2584 #~ " -remap Remap file names when including files\n" 15916 #~ " -remap Remap file names when including files.\n"
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.11 | 1162 Remap include files with header.gcc only if user or configuration 1167 (open_include_file): Remap only if `remap' is nonzero. 1171 (open_include_file): Remap only if `remap' is nonzero.
|
| H A D | ChangeLog.5 | 1743 * integrate.c (expand_inline_function): Remap the exception pointer 7105 (copy_insn_notes): Remap REG_EH_REGION notes.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | ja.po | 2405 " -remap Remap file names when including files\n" 23013 #~ " -remap Remap file names when including files.\n"
|