Home
last modified time | relevance | path

Searched defs:getOutputSectionName (Results 1 – 4 of 4) 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/lld/ELF/
H A DLinkerScript.cpp53 static StringRef getOutputSectionName(const InputSectionBase *s) { in getOutputSectionName() function
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp656 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4178 std::string RewriteInstance::getOutputSectionName(const ELFObjType &Obj, in getOutputSectionName() function in RewriteInstance