Home
last modified time | relevance | path

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

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