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.cpp1537 SmallVector<PhdrEntry *, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript
H A DWriter.cpp2157 SmallVector<PhdrEntry *, 0> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer