Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h310 std::vector<PhdrEntry *> createPhdrs();
DWriter.cpp68 std::vector<PhdrEntry *> createPhdrs(Partition &part);
2098 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()
2099 : createPhdrs(part); in finalizeSections()
2311 std::vector<PhdrEntry *> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
DLinkerScript.cpp1234 std::vector<PhdrEntry *> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript