Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h330 SmallVector<PhdrEntry *, 0> createPhdrs();
H A DWriter.cpp67 SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part);
2139 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()
2140 : createPhdrs(part); in finalizeSections()
2380 SmallVector<PhdrEntry *, 0> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
H A DLinkerScript.cpp1377 SmallVector<PhdrEntry *, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript