Searched refs:recordSection (Results 1 – 4 of 4) sorted by relevance
208 Error recordSection(StringRef Name,293 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()367 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
74 void recordSection(InputSectionBase *isec);
714 osd->osec.recordSection(isec); in createSection()742 out->relocationSection->recordSection(sec); in addInputSec()813 sec->recordSection(isec); in addInputSec()835 sec->recordSection(s); in addOrphanSections()
98 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection