Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
42 ReadSec.Relocations.push_back(Rel); in readSections()
45 Obj.Sections.push_back(std::move(ReadSec)); in readSections()