Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h485 std::vector<std::pair<int32_t, uint64_t>> computeContents();
H A DSyntheticSections.cpp1290 DynamicSection<ELFT>::computeContents() { in computeContents() function in DynamicSection
1535 this->size = computeContents().size() * this->entsize; in finalizeContents()
1541 for (std::pair<int32_t, uint64_t> kv : computeContents()) { in writeTo()