Searched defs:Remapper (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 530 auto Remapper = std::make_unique<SymbolRemapper>(); create() local 615 loadInput(const WeightedFile & Input,SymbolRemapper * Remapper,const InstrProfCorrelator * Correlator,const StringRef ProfiledBinary,WriterContext * WC) loadInput() argument 847 mergeInstrProfile(const WeightedFileVector & Inputs,SymbolRemapper * Remapper,int MaxDbgCorrelationWarnings,const StringRef ProfiledBinary) mergeInstrProfile() argument 1344 remapSamples(const sampleprof::FunctionSamples & Samples,SymbolRemapper & Remapper,sampleprof_error & Error) remapSamples() argument 1439 mergeSampleProfile(const WeightedFileVector & Inputs,SymbolRemapper * Remapper,StringRef ProfileSymbolListFile,size_t OutputSizeLimit) mergeSampleProfile() argument 1635 std::unique_ptr<SymbolRemapper> Remapper; merge_main() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 523 std::unique_ptr<SampleProfileReaderItaniumRemapper> Remapper; variable
|
H A D | InstrProfReader.h | 648 std::unique_ptr<InstrProfReaderRemapper> Remapper; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 2557 auto Remapper = Reader->getRemapper(); runOnModule() local 2680 } else if (auto Remapper = Reader->getRemapper()) { runOnFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 99 FileRemapper &Remapper; member in __anone9ef31d90111::ObjCMigrateASTConsumer
|