Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h279 llvm::DenseMap<llvm::CachedHashStringRef, OutputDesc *> nameToOutputSection; variable
H A DLinkerScript.cpp134 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection()
149 OutputDesc *&cmdRef = nameToOutputSection[CachedHashStringRef(name)]; in getOrCreateOutputSection()