Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lld/ELF/
H A DOutputSections.h76 void recordSection(InputSectionBase *isec);
H A DLinkerScript.cpp769 osd->osec.recordSection(isec); in createSection()
796 relSec->recordSection(sec); in addInputSec()
867 sec->recordSection(isec); in addInputSec()
889 sec->recordSection(s); in addOrphanSections()
H A DOutputSections.cpp105 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1470 osec->recordSection(isec); in writeARMCmseImportLib()