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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h285 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } function in class:lld::elf::final
H A DDriver.cpp1693 if (script->hasPhdrsCommands())
H A DWriter.cpp2062 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs()

Completed in 83 milliseconds