Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp202 Error recordSection(StringRef Name,
289 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
356 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h75 void recordSection(InputSectionBase *isec);
H A DLinkerScript.cpp721 osd->osec.recordSection(isec); in createSection()
749 out->relocationSection->recordSection(sec); in addInputSec()
820 sec->recordSection(isec); in addInputSec()
842 sec->recordSection(s); in addOrphanSections()
H A DOutputSections.cpp104 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1393 osec->recordSection(isec); in writeARMCmseImportLib()