Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.cpp280 WordLiteralInputSection::WordLiteralInputSection(const Section &section, in WordLiteralInputSection() function in WordLiteralInputSection
301 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset()
H A DInputSection.h229 class WordLiteralInputSection final : public InputSection {
231 WordLiteralInputSection(const Section &section, ArrayRef<uint8_t> data,
H A DSyntheticSections.h560 void addInput(WordLiteralInputSection *);
589 std::vector<WordLiteralInputSection *> inputs;
H A DSyntheticSections.cpp1563 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1569 for (WordLiteralInputSection *isec : inputs) { in finalizeContents()
H A DDriver.cpp1106 dyn_cast<WordLiteralInputSection>(subsection.isec)) { in gatherInputSections()
H A DInputFiles.cpp349 isec = make<WordLiteralInputSection>(section, data, align); in parseSections()