Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h148 class BuildIdSection : public SyntheticSection {
154 BuildIdSection();
1309 std::unique_ptr<BuildIdSection> buildId;
H A DSyntheticSections.cpp334 BuildIdSection::BuildIdSection() in BuildIdSection() function in BuildIdSection
338 void BuildIdSection::writeTo(uint8_t *buf) { in writeTo()
346 void BuildIdSection::writeBuildId(ArrayRef<uint8_t> buf) { in writeBuildId()
H A DWriter.cpp400 part.buildId = std::make_unique<BuildIdSection>(); in createSyntheticSections()