Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp99 OutputSection *&CmdRef = NameToOutputSection[Name]; in getOrCreateOutputSection() local
100 if (!CmdRef) in getOrCreateOutputSection()
101 CmdRef = make<OutputSection>(Name, SHT_PROGBITS, 0); in getOrCreateOutputSection()
102 return CmdRef; in getOrCreateOutputSection()