Home
last modified time | relevance | path

Searched defs:Remapper (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMTActions.h36 FileRemapper Remapper; variable
61 FileRemapper Remapper; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp239 const DILocation *DIL, SampleProfileReaderItaniumRemapper *Remapper, in findFunctionSamples()
283 SampleProfileReaderItaniumRemapper *Remapper, in findFunctionSamplesAt()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp567 auto Remapper = std::make_unique<SymbolRemapper>(); in create() local
653 static void loadInput(const WeightedFile &Input, SymbolRemapper *Remapper, in loadInput()
905 SymbolRemapper *Remapper, in mergeInstrProfile()
1402 SymbolRemapper &Remapper, sampleprof_error &Error) { in remapSamples()
1498 SymbolRemapper *Remapper, in mergeSampleProfile()
1694 std::unique_ptr<SymbolRemapper> Remapper; in merge_main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h523 std::unique_ptr<SampleProfileReaderItaniumRemapper> Remapper; variable
H A DInstrProfReader.h690 std::unique_ptr<InstrProfReaderRemapper> Remapper; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2161 auto Remapper = Reader->getRemapper(); in runOnModule() local
2292 } else if (auto Remapper = Reader->getRemapper()) { in runOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp99 FileRemapper &Remapper; member in __anonac2273870111::ObjCMigrateASTConsumer