Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h499 class BitcodeBundleSection final : public SyntheticSection {
501 BitcodeBundleSection();
H A DSyntheticSections.cpp1245 BitcodeBundleSection::BitcodeBundleSection() in BitcodeBundleSection() function in BitcodeBundleSection
1266 void BitcodeBundleSection::finalize() { in finalize()
1282 void BitcodeBundleSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp922 make<BitcodeBundleSection>(); in createOutputSections()