Searched refs:WordLiteralInputSection (Results 1 – 6 of 6) sorted by relevance
181 WordLiteralInputSection::WordLiteralInputSection(StringRef segname, in WordLiteralInputSection() function in WordLiteralInputSection204 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset()
229 class WordLiteralInputSection final : public InputSection {231 WordLiteralInputSection(StringRef segname, StringRef name, InputFile *file,
549 void addInput(WordLiteralInputSection *);578 std::vector<WordLiteralInputSection *> inputs;
1398 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()1404 for (WordLiteralInputSection *isec : inputs) { in finalizeContents()
267 isec = make<WordLiteralInputSection>(segname, name, this, data, align, in parseSections()
1066 } else if (auto *isec = dyn_cast<WordLiteralInputSection>(entry.isec)) { in gatherInputSections()