| /openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 36 FileRemapper Remapper; variable 61 FileRemapper Remapper; variable
|
| H A D | ARCMT.h | 100 FileRemapper Remapper; variable 123 FileRemapper &getRemapper() { return Remapper; } in getRemapper()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 373 if (Remapper) in read() 374 Remapper->applyRemapping(Ctx); in read() 430 if (Remapper) { in getSamplesFor() 431 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor() 500 SampleProfileReaderItaniumRemapper *getRemapper() { return Remapper.get(); } in getRemapper() 534 std::unique_ptr<SampleProfileReaderItaniumRemapper> Remapper; variable
|
| H A D | SampleProf.h | 878 SampleProfileReaderItaniumRemapper *Remapper) const; 1116 SampleProfileReaderItaniumRemapper *Remapper = nullptr) const;
|
| H A D | InstrProfReader.h | 598 std::unique_ptr<InstrProfReaderRemapper> Remapper; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 247 const DILocation *DIL, SampleProfileReaderItaniumRemapper *Remapper) const { in findFunctionSamples() 267 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second, Remapper); in findFunctionSamples() 288 SampleProfileReaderItaniumRemapper *Remapper) const { in findFunctionSamplesAt() 300 if (Remapper) { in findFunctionSamplesAt() 301 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt()
|
| H A D | SampleProfReader.cpp | 848 if (Remapper) { in readFuncProfiles() 850 Remapper->insert(Name); in readFuncProfiles() 879 (Remapper && Remapper->exist(FName))))) { in readFuncProfiles() 911 (!Remapper || !Remapper->exist(FuncName))) in readFuncProfiles() 1950 Reader->Remapper = std::move(ReaderOrErr.get()); in create()
|
| H A D | InstrProfReader.cpp | 1071 Remapper = in readHeader() 1074 if (Error E = Remapper->populateRemappings()) in readHeader() 1077 Remapper = std::make_unique<InstrProfReaderNullRemapper>(*IndexPtr); in readHeader() 1101 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 175 auto Remapper = std::make_unique<SymbolRemapper>(); in create() local 176 Remapper->File = std::move(BufOrError.get()); in create() 178 for (line_iterator LineIt(*Remapper->File, /*SkipBlanks=*/true, '#'); in create() 187 Remapper->RemappingTable.insert(Parts); in create() 189 return Remapper; in create() 249 static void loadInput(const WeightedFile &Input, SymbolRemapper *Remapper, in loadInput() argument 322 if (Remapper) in loadInput() 323 I.Name = (*Remapper)(I.Name); in loadInput() 393 SymbolRemapper *Remapper, in mergeInstrProfile() argument 427 loadInput(Input, Remapper, Correlator.get(), ProfiledBinary, in mergeInstrProfile() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 518 Remapper.initFromDisk(outputDir, *Diags, /*ignoreIfFilesChanged=*/true); in MigrationProcess() 529 Remapper.applyMappings(CInvok->getPreprocessorOpts()); in applyTransform() 612 Remapper.remap(filePath.str(), std::move(memBuf)); in applyTransform()
|
| H A D | ObjCMT.cpp | 99 FileRemapper &Remapper; member in __anon1ecb545e0111::ObjCMigrateASTConsumer 124 Remapper(remapper), FileMgr(fileMgr), PPRec(PPRec), PP(PP), in ObjCMigrateASTConsumer() 204 MigrateDir, ObjCMigAction, Remapper, CompInst->getFileManager(), PPRec, in CreateASTConsumer() 210 Remapper.initFromDisk(MigrateDir, CI.getDiagnostics(), in BeginInvocation() 1972 Remapper.remap(filePath.str(), std::move(memBuf)); in HandleTranslationUnit() 1976 Remapper.flushToFile(MigrateDir, Ctx.getDiagnostics()); in HandleTranslationUnit() 1978 Remapper.flushToDisk(MigrateDir, Ctx.getDiagnostics()); in HandleTranslationUnit() 2025 CI.getFrontendOpts().OutputFile, ObjCMTAction, Remapper, in CreateASTConsumer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 2213 auto Remapper = Reader->getRemapper(); in runOnModule() local 2233 if (Remapper) { in runOnModule() 2234 if (auto MapName = Remapper->lookUpNameInProfile(OrigName)) { in runOnModule()
|