Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h168 class BuildIdSection : public SyntheticSection {
174 BuildIdSection();
1220 BuildIdSection *buildId;
H A DSyntheticSections.cpp324 BuildIdSection::BuildIdSection() in BuildIdSection() function in BuildIdSection
328 void BuildIdSection::writeTo(uint8_t *buf) { in writeTo()
336 void BuildIdSection::writeBuildId(ArrayRef<uint8_t> buf) { in writeBuildId()
H A DWriter.cpp416 part.buildId = make<BuildIdSection>(); in createSyntheticSections()