Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp20 Section ReadSec; in readSections() local
22 ReadSec.SectionHeader = Sec; in readSections()
32 ReadSec.Contents = ContentsRef.get(); in readSections()
41 llvm::append_range(ReadSec.Relocations, Relocations.get()); in readSections()
44 Obj.Sections.push_back(std::move(ReadSec)); in readSections()