Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h271 llvm::DenseMap<llvm::CachedHashStringRef, OutputDesc *> nameToOutputSection; variable
H A DLinkerScript.cpp135 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection()
150 OutputDesc *&cmdRef = nameToOutputSection[CachedHashStringRef(name)]; in getOrCreateOutputSection()