Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h223 llvm::DenseMap<StringRef, OutputSection *> NameToOutputSection; variable
H A DLinkerScript.cpp84 OutputSection *&SecRef = NameToOutputSection[Name]; in createOutputSection()
99 OutputSection *&CmdRef = NameToOutputSection[Name]; in getOrCreateOutputSection()