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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h249 struct PhdrsCommand { struct in namespace:lld::elf
340 SmallVector<PhdrsCommand, 0> phdrsCommands;
H A DLinkerScript.cpp1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) {
1271 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) {
1347 for (const PhdrsCommand &cmd : phdrsCommands) {
1382 for (PhdrsCommand &cmd : phdrsCommands)
1415 static std::optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec,
H A DScriptParser.cpp480 PhdrsCommand cmd;

Completed in 177 milliseconds