Home
last modified time | relevance | path

Searched defs:createPhdrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1700 SmallVector<std::unique_ptr<PhdrEntry>, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript
H A DWriter.cpp2309 Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer