Home
last modified time | relevance | path

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

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