Home
last modified time | relevance | path

Searched refs:RemappingFilename (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h61 std::string RemappingFilename = "", bool IsCS = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp358 RemappingFilename(std::string(RemapName)), LTOPhase(LTOPhase) {} in SampleProfileLoader()
415 std::string RemappingFilename; member in __anon1e220fe30111::SampleProfileLoader
1761 SampleProfileReader::create(Filename, Ctx, RemappingFilename); in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1968 std::string RemappingFilename, in PGOInstrumentationUse() argument
1971 ProfileRemappingFileName(std::move(RemappingFilename)), IsCS(IsCS) { in PGOInstrumentationUse()