Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h504 class BitcodeBundleSection final : public SyntheticSection {
506 BitcodeBundleSection();
H A DSyntheticSections.cpp1371 BitcodeBundleSection::BitcodeBundleSection() in BitcodeBundleSection() function in BitcodeBundleSection
1392 void BitcodeBundleSection::finalize() { in finalize()
1411 void BitcodeBundleSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp934 make<BitcodeBundleSection>(); in createOutputSections()