Home
last modified time | relevance | path

Searched refs:buildColdCodeSectionName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h676 static std::string buildColdCodeSectionName(StringRef Name,
684 ColdCodeSectionName(buildColdCodeSectionName(Name, BC)), in BinaryFunction()
693 ColdCodeSectionName(buildColdCodeSectionName(Name, BC)), in BinaryFunction()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp236 std::string BinaryFunction::buildColdCodeSectionName(StringRef Name, in buildColdCodeSectionName() function in llvm::bolt::BinaryFunction