Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp208 std::string buildSectionName(StringRef Prefix, StringRef Name, in buildSectionName() function
233 return buildSectionName(BC.isELF() ? ".local.text." : ".l.text.", Name, BC); in buildCodeSectionName()
238 return buildSectionName(BC.isELF() ? ".local.cold.text." : ".l.c.text.", Name, in buildColdCodeSectionName()