Home
last modified time | relevance | path

Searched refs:WordLiteralInputSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp76 } else if (auto *isec = dyn_cast<WordLiteralInputSection>(inputSection)) { in addInputSection()
332 WordLiteralInputSection::WordLiteralInputSection(const Section &section, in WordLiteralInputSection() function in WordLiteralInputSection
353 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset()
H A DInputSection.h247 class WordLiteralInputSection final : public InputSection {
249 WordLiteralInputSection(const Section &section, ArrayRef<uint8_t> data,
H A DSyntheticSections.h599 void addInput(WordLiteralInputSection *);
628 std::vector<WordLiteralInputSection *> inputs;
H A DSyntheticSections.cpp1788 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1794 for (WordLiteralInputSection *isec : inputs) { in finalizeContents()
H A DInputFiles.cpp390 InputSection *isec = make<WordLiteralInputSection>(section, data, align); in parseSections()