Searched refs:recordSection (Results 1 – 4 of 4) sorted by relevance
197 Error recordSection(StringRef Name,280 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()358 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
74 void recordSection(InputSectionBase *isec);
666 sec->recordSection(isec); in createSection()695 out->relocationSection->recordSection(sec); in addInputSec()766 sec->recordSection(isec); in addInputSec()789 sec->recordSection(s); in addOrphanSections()
100 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection