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.cpp75 } else if (auto *isec = dyn_cast<WordLiteralInputSection>(inputSection)) { in addInputSection()
331 WordLiteralInputSection::WordLiteralInputSection(const Section &section, in WordLiteralInputSection() function in WordLiteralInputSection
352 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset()
H A DInputSection.h248 class WordLiteralInputSection final : public InputSection {
250 WordLiteralInputSection(const Section &section, ArrayRef<uint8_t> data,
H A DSyntheticSections.h601 void addInput(WordLiteralInputSection *);
630 std::vector<WordLiteralInputSection *> inputs;
H A DSyntheticSections.cpp1811 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1817 for (WordLiteralInputSection *isec : inputs) { in finalizeContents()
H A DInputFiles.cpp388 InputSection *isec = make<WordLiteralInputSection>(section, data, align); in parseSections()