Home
last modified time | relevance | path

Searched refs:computeContents (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h492 std::vector<std::pair<int32_t, uint64_t>> computeContents();
H A DSyntheticSections.cpp1316 DynamicSection<ELFT>::computeContents() { in computeContents() function in DynamicSection
1576 this->size = computeContents().size() * this->entsize; in finalizeContents()
1582 for (std::pair<int32_t, uint64_t> kv : computeContents()) { in writeTo()