Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h674 static std::string buildCodeSectionName(StringRef Name,
683 CodeSectionName(buildCodeSectionName(Name, BC)), in BinaryFunction()
692 CodeSectionName(buildCodeSectionName(Name, BC)), in BinaryFunction()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp231 std::string BinaryFunction::buildCodeSectionName(StringRef Name, in buildCodeSectionName() function in llvm::bolt::BinaryFunction