Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h299 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands() function
DDriver.cpp1820 if (script->hasPhdrsCommands()) in readSymbolPartitionSection()
DWriter.cpp2098 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()