Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h376 SmallVector<std::unique_ptr<PhdrEntry>, 0> createPhdrs();
H A DWriter.cpp70 SmallVector<std::unique_ptr<PhdrEntry>, 0> createPhdrs(Partition &part);
2042 part.phdrs = ctx.script->hasPhdrsCommands() ? ctx.script->createPhdrs() in finalizeSections()
2043 : createPhdrs(part); in finalizeSections()
2309 Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
H A DLinkerScript.cpp1700 SmallVector<std::unique_ptr<PhdrEntry>, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript