Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h167 class BuildIdSection : public SyntheticSection {
173 BuildIdSection();
1233 std::unique_ptr<BuildIdSection> buildId;
H A DSyntheticSections.cpp326 BuildIdSection::BuildIdSection() in BuildIdSection() function in BuildIdSection
330 void BuildIdSection::writeTo(uint8_t *buf) { in writeTo()
338 void BuildIdSection::writeBuildId(ArrayRef<uint8_t> buf) { in writeBuildId()
H A DWriter.cpp357 part.buildId = std::make_unique<BuildIdSection>(); in createSyntheticSections()