Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp119 auto Remap = [&](SourceLocation Loc) { in removeElseAndBrackets() local
132 Remap(LBrace).getLocWithOffset(TokLen(LBrace) + 1); in removeElseAndBrackets()
133 SourceLocation RangeEnd = Remap(RBrace).getLocWithOffset(-1); in removeElseAndBrackets()
140 SourceLocation ElseExpandedLoc = Remap(ElseLoc); in removeElseAndBrackets()
141 SourceLocation EndLoc = Remap(Else->getEndLoc()); in removeElseAndBrackets()
/llvm-project-15.0.7/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()
157 Remap.push_back( in tryMergeVector()
163 Remap.push_back(std::pair<unsigned, unsigned>( in tryMergeVector()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp138 void testRoundTrip(SampleProfileFormat Format, bool Remap, bool UseMD5) { in testRoundTrip()
208 if (Remap) { in testRoundTrip()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Ddsymutil.rst86 Remap object file paths (but no source paths) before processing. Use
/llvm-project-15.0.7/mlir/docs/
H A DDialectConversion.md391 /// Remap an input of the original signature with a new set of types. The
399 /// Remap an input of the original signature with a range of types in the
404 /// Remap an input of the original signature to another `replacement`
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DOptions.td122 HelpText<"Remap object file paths (but no source paths) before processing."
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DTypes.def100 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h2184 SourceLocation::IntTy Remap = in TranslateSourceLocation() local
2186 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp780 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
781 Remap.addPrivate(DestVD, DestElement); in EmitOMPCopy()
782 Remap.addPrivate(SrcVD, SrcElement); in EmitOMPCopy()
783 (void)Remap.Privatize(); in EmitOMPCopy()
789 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
790 Remap.addPrivate(SrcVD, SrcAddr); in EmitOMPCopy()
791 Remap.addPrivate(DestVD, DestAddr); in EmitOMPCopy()
792 (void)Remap.Privatize(); in EmitOMPCopy()
/llvm-project-15.0.7/lldb/docs/use/
H A Dmap.rst1797 …<td class="header" colspan="2">Remap source file pathnames for the debug session. If your source f…
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3924 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument
3927 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()