Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h331 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands() function
H A DWriter.cpp987 bool mustAfter = script->hasPhdrsCommands() || !script->memoryRegions.empty(); in findOrphanPos()
1924 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()
H A DDriver.cpp2452 if (script->hasPhdrsCommands()) in readSymbolPartitionSection()