Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp197 Error recordSection(StringRef Name,
280 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
358 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h74 void recordSection(InputSectionBase *isec);
H A DLinkerScript.cpp666 sec->recordSection(isec); in createSection()
695 out->relocationSection->recordSection(sec); in addInputSec()
766 sec->recordSection(isec); in addInputSec()
789 sec->recordSection(s); in addOrphanSections()
H A DOutputSections.cpp100 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection