Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h257 llvm::DenseMap<StringRef, OutputSection *> nameToOutputSection; variable
H A DLinkerScript.cpp82 OutputSection *&secRef = nameToOutputSection[name]; in createOutputSection()
97 OutputSection *&cmdRef = nameToOutputSection[name]; in getOrCreateOutputSection()