Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp49 static bool isSectionPrefix(StringRef prefix, StringRef name) { in isSectionPrefix() function
100 if (isSectionPrefix(".text", s->name)) { in getOutputSectionName()
104 if (isSectionPrefix(v.substr(5), s->name.substr(5))) in getOutputSectionName()
113 if (isSectionPrefix(v, s->name)) in getOutputSectionName()