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.h502 std::vector<std::pair<int32_t, uint64_t>> computeContents();
H A DSyntheticSections.cpp1367 DynamicSection<ELFT>::computeContents() { in computeContents() function in DynamicSection
1631 this->size = computeContents().size() * this->entsize; in finalizeContents()
1637 for (std::pair<int32_t, uint64_t> kv : computeContents()) { in writeTo()