Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h168 class BuildIdSection : public SyntheticSection {
174 BuildIdSection();
1176 BuildIdSection *buildId;
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()
DWriter.cpp416 part.buildId = make<BuildIdSection>(); in createSyntheticSections()