Home
last modified time | relevance | path

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

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