Searched defs:Remapper (Results 1 – 8 of 8) sorted by relevance
/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
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | mmap_stress2.cpp | 13 void *Remapper(void *arg) { in Remapper() function
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 523 std::unique_ptr<SampleProfileReaderItaniumRemapper> Remapper; global() variable
|
H A D | InstrProfReader.h | 690 std::unique_ptr<InstrProfReaderRemapper> Remapper; global() variable
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 567 auto Remapper = std::make_unique<SymbolRemapper>(); create() local 653 loadInput(const WeightedFile & Input,SymbolRemapper * Remapper,const InstrProfCorrelator * Correlator,const StringRef ProfiledBinary,WriterContext * WC) loadInput() argument 905 mergeInstrProfile(const WeightedFileVector & Inputs,SymbolRemapper * Remapper,int MaxDbgCorrelationWarnings,const StringRef ProfiledBinary) mergeInstrProfile() argument 1402 remapSamples(const sampleprof::FunctionSamples & Samples,SymbolRemapper & Remapper,sampleprof_error & Error) remapSamples() argument 1497 mergeSampleProfile(const WeightedFileVector & Inputs,SymbolRemapper * Remapper,StringRef ProfileSymbolListFile,size_t OutputSizeLimit) mergeSampleProfile() argument 1692 std::unique_ptr<SymbolRemapper> Remapper; merge_main() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 2158 auto Remapper = Reader->getRemapper(); runOnModule() local 2285 } else if (auto Remapper = Reader->getRemapper()) { runOnFunction() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 99 FileRemapper &Remapper; global() member in __anon54434a7a0111::ObjCMigrateASTConsumer
|