Home
last modified time | relevance | path

Searched defs:getOutputSectionName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp49 StringRef LinkerScript::getOutputSectionName(const InputSectionBase *s) const { in getOutputSectionName() function in LinkerScript
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp833 static StringRef getOutputSectionName(StringRef name) { in getOutputSectionName() function