Searched refs:recordSection (Results 1 – 4 of 4) sorted by relevance
208 Error recordSection(StringRef Name,296 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()370 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
75 void recordSection(InputSectionBase *isec);
715 osd->osec.recordSection(isec); in createSection()743 out->relocationSection->recordSection(sec); in addInputSec()814 sec->recordSection(isec); in addInputSec()836 sec->recordSection(s); in addOrphanSections()
102 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection