Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp181 WordLiteralInputSection::WordLiteralInputSection(StringRef segname, in WordLiteralInputSection() function in WordLiteralInputSection
204 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset()
H A DInputSection.h229 class WordLiteralInputSection final : public InputSection {
231 WordLiteralInputSection(StringRef segname, StringRef name, InputFile *file,
H A DSyntheticSections.h549 void addInput(WordLiteralInputSection *);
578 std::vector<WordLiteralInputSection *> inputs;
H A DSyntheticSections.cpp1398 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1404 for (WordLiteralInputSection *isec : inputs) { in finalizeContents()
H A DInputFiles.cpp267 isec = make<WordLiteralInputSection>(segname, name, this, data, align, in parseSections()
H A DDriver.cpp1066 } else if (auto *isec = dyn_cast<WordLiteralInputSection>(entry.isec)) { in gatherInputSections()