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.cpp200 Error recordSection(StringRef Name,
287 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
355 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h77 void recordSection(InputSectionBase *isec);
H A DLinkerScript.cpp893 osd->osec.recordSection(isec); in createSection()
921 relSec->recordSection(sec); in addInputSec()
992 sec->recordSection(isec); in addInputSec()
1014 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.cpp1477 osec->recordSection(isec); in writeARMCmseImportLib()