Home
last modified time | relevance | path

Searched refs:recordSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp208 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
/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h74 void recordSection(InputSectionBase *isec);
H A DLinkerScript.cpp714 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()
H A DOutputSections.cpp98 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection