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.h161 class BuildIdSection : public SyntheticSection {
167 BuildIdSection(Ctx &);
1510 std::unique_ptr<BuildIdSection> buildId;
H A DSyntheticSections.cpp375 BuildIdSection::BuildIdSection(Ctx &ctx) in BuildIdSection() function in BuildIdSection
379 void BuildIdSection::writeTo(uint8_t *buf) { in writeTo()
387 void BuildIdSection::writeBuildId(ArrayRef<uint8_t> buf) { in writeBuildId()
4797 part.buildId = std::make_unique<BuildIdSection>(ctx); in createSyntheticSections()