Searched refs:buildSectionName (Results 1 – 1 of 1) sorted by relevance
208 std::string buildSectionName(StringRef Prefix, StringRef Name, in buildSectionName() function233 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()