Searched refs:Remap (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp738 // Remap files in the source manager (with buffers).
740 Remap = InitOpts.remapped_file_buffer_begin(),
742 Remap != RemapEnd;
743 ++Remap) {
745 const FileEntry *FromFile = FileMgr.getVirtualFile(Remap->first,
746 Remap->second->getBufferSize(),
750 << Remap->first;
752 delete Remap->second;
758 SourceMgr.overrideFileContents(FromFile, Remap->second,
762 // Remap file
[all...]
H A DASTUnit.cpp1569 // Remap the main source file to the preamble buffer.
2089 // Remap files.
2462 // Remap files.
2594 static void TranslateSLoc(SourceLocation &L, SLocRemap &Remap) { argument
2598 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second));
2618 SLocRemap &Remap = Mod->SLocRemap; local
2623 TranslateSLoc(L, Remap);
2632 TranslateSLoc(BL, Remap);
2634 TranslateSLoc(EL, Remap);
2647 TranslateSLoc(BL, Remap);
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600OptimizeVectorRegisters.cpp92 std::vector<std::pair<unsigned, unsigned> > &Remap) const;
144 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap)
152 Remap.push_back(std::pair<unsigned, unsigned>
158 Remap.push_back(std::pair<unsigned, unsigned>
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1785 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; local
1786 return Loc.getLocWithOffset(Remap);

Completed in 131 milliseconds