Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h249 struct PhdrsCommand { struct
340 SmallVector<PhdrsCommand, 0> phdrsCommands;
H A DLinkerScript.cpp1215 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1257 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1333 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1368 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1401 static Optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
H A DScriptParser.cpp480 PhdrsCommand cmd; in readPhdrs()