Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h153 class BuildIdSection : public SyntheticSection {
159 BuildIdSection();
1455 std::unique_ptr<BuildIdSection> buildId;
H A DSyntheticSections.cpp358 BuildIdSection::BuildIdSection() in BuildIdSection() function in BuildIdSection
362 void BuildIdSection::writeTo(uint8_t *buf) { in writeTo()
370 void BuildIdSection::writeBuildId(ArrayRef<uint8_t> buf) { in writeBuildId()
4726 part.buildId = std::make_unique<BuildIdSection>(); in createSyntheticSections()