Home
last modified time | relevance | path

Searched refs:WordLiteralSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h576 class WordLiteralSection final : public SyntheticSection {
583 WordLiteralSection();
783 WordLiteralSection *wordLiteralSection = nullptr;
H A DSyntheticSections.cpp1718 WordLiteralSection::WordLiteralSection() in WordLiteralSection() function in WordLiteralSection
1723 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1728 void WordLiteralSection::finalizeContents() { in finalizeContents()
1768 void WordLiteralSection::writeTo(uint8_t *buf) const { in writeTo()
H A DInputSection.cpp307 auto *osec = cast<WordLiteralSection>(parent); in getOffset()
H A DWriter.cpp1338 in.wordLiteralSection = make<WordLiteralSection>(); in createSyntheticSections()