Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h318 SmallVector<std::unique_ptr<OutputDesc>, 0> descPool; variable
H A DLinkerScript.cpp146 descPool.emplace_back( in createOutputSection()
148 sec = descPool.back().get(); in createOutputSection()
159 secRef = descPool in getOrCreateOutputSection()