Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h421 static StringRef getBOLTTextSectionName() { return ".bolt.text"; } in getBOLTTextSectionName() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp476 SectionName == getBOLTTextSectionName())) in discoverStorage()
3189 Function->ColdCodeSectionName = std::string(getBOLTTextSectionName()); in emitAndLink()
3766 BC->registerOrUpdateSection(getBOLTTextSectionName(), in mapCodeSections()