Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp208 Error recordSection(StringRef Name,
296 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped))) in CreateArchType()
370 Error ELFDebugObject::recordSection( in recordSection() function in llvm::orc::ELFDebugObject
/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.h75 void recordSection(InputSectionBase *isec);
H A DLinkerScript.cpp715 osd->osec.recordSection(isec); in createSection()
743 out->relocationSection->recordSection(sec); in addInputSec()
814 sec->recordSection(isec); in addInputSec()
836 sec->recordSection(s); in addOrphanSections()
H A DOutputSections.cpp102 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection() function in OutputSection