Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp821 StringRef curName = pSec->name; in fixPartialSectionChars() local
822 if (!curName.consume_front(name) || in fixPartialSectionChars()
823 (!curName.empty() && !curName.starts_with("$"))) in fixPartialSectionChars()