Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp285 WordLiteralInputSection::WordLiteralInputSection(const Section &section, in WordLiteralInputSection() function in WordLiteralInputSection
306 uint64_t WordLiteralInputSection::getOffset(uint64_t off) const { in getOffset()
H A DInputSection.h246 class WordLiteralInputSection final : public InputSection {
248 WordLiteralInputSection(const Section &section, ArrayRef<uint8_t> data,
H A DSyntheticSections.h584 void addInput(WordLiteralInputSection *);
613 std::vector<WordLiteralInputSection *> inputs;
H A DSyntheticSections.cpp1723 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1729 for (WordLiteralInputSection *isec : inputs) { in finalizeContents()
H A DDriver.cpp1250 dyn_cast<WordLiteralInputSection>(subsection.isec)) { in gatherInputSections()
H A DInputFiles.cpp390 InputSection *isec = make<WordLiteralInputSection>(section, data, align); in parseSections()