Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryData.cpp75 StringRef BinaryData::getOutputSectionName() const { in getOutputSectionName() function in BinaryData
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h133 StringRef getOutputSectionName() const;
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h302 std::string getOutputSectionName(const ELFObjType &Obj,
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp53 static StringRef getOutputSectionName(const InputSectionBase *s) { in getOutputSectionName() function
831 StringRef name = getOutputSectionName(s); in addOrphanSections()
888 StringRef name = getOutputSectionName(sec); in diagnoseOrphanHandling()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp656 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function
902 StringRef name = getOutputSectionName(pSec->name); in createSections()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4114 std::string OutputSectionName = getOutputSectionName(Obj, Section); in finalizeSectionStringTable()
4178 std::string RewriteInstance::getOutputSectionName(const ELFObjType &Obj, in getOutputSectionName() function in RewriteInstance
4237 addSection(getOutputSectionName(Obj, Section), Section); in getOutputSections()
4372 std::string SectionName = getOutputSectionName(Obj, Section); in getOutputSections()