Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1313 StringRef getCodeSectionName() const { return StringRef(CodeSectionName); } in getCodeSectionName() function
1322 return BC.getUniqueSectionByName(getCodeSectionName()); in getCodeSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp279 : Function.getCodeSectionName()); in emitFunction()
H A DBinaryFunction.cpp425 << "\n Orc Section : " << getCodeSectionName() in print()