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.h593 class WordLiteralSection final : public SyntheticSection {
600 WordLiteralSection();
848 WordLiteralSection *wordLiteralSection = nullptr;
H A DSyntheticSections.cpp1806 WordLiteralSection::WordLiteralSection() in WordLiteralSection() function in WordLiteralSection
1811 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1816 void WordLiteralSection::finalizeContents() { in finalizeContents()
1856 void WordLiteralSection::writeTo(uint8_t *buf) const { in writeTo()
H A DInputSection.cpp353 auto *osec = cast<WordLiteralSection>(parent); in getOffset()
H A DWriter.cpp1385 in.wordLiteralSection = make<WordLiteralSection>(); in createSyntheticSections()