Home
last modified time | relevance | path

Searched refs:hasLocalsWithFileName (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileReaderBase.h98 virtual bool hasLocalsWithFileName() const { return true; } in hasLocalsWithFileName() function
H A DYAMLProfileReader.h36 virtual bool hasLocalsWithFileName() const override;
H A DDataReader.h277 virtual bool hasLocalsWithFileName() const override;
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp63 bool YAMLProfileReader::hasLocalsWithFileName() const { in hasLocalsWithFileName() function in llvm::bolt::YAMLProfileReader
H A DDataReader.cpp1383 bool DataReader::hasLocalsWithFileName() const { in hasLocalsWithFileName() function in llvm::bolt::DataReader
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2808 if (!BC->hasSymbolsWithFileName() && ProfileReader->hasLocalsWithFileName() && in preprocessProfileData()