Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp103 SectionType TempSec; in constructSection() local
106 TempSec.addr = Sec.addr; in constructSection()
107 TempSec.size = Sec.size; in constructSection()
108 TempSec.offset = Sec.offset; in constructSection()
109 TempSec.align = Sec.align; in constructSection()
110 TempSec.reloff = Sec.reloff; in constructSection()
111 TempSec.nreloc = Sec.nreloc; in constructSection()
112 TempSec.flags = Sec.flags; in constructSection()
115 return TempSec; in constructSection()
132 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]