Searched refs:hasPhdrsCommands (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h310 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } function in class:lld::elf::final
H A DWriter.cpp1173 if (script->hasPhdrsCommands() || !script->memoryRegions.empty())
2042 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs()
H A DDriver.cpp2194 if (script->hasPhdrsCommands())

Completed in 100 milliseconds