Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp110 SectionType TempSec; in constructSection() local
113 TempSec.addr = Sec.addr; in constructSection()
114 TempSec.size = Sec.size; in constructSection()
115 TempSec.offset = Sec.offset; in constructSection()
116 TempSec.align = Sec.align; in constructSection()
117 TempSec.reloff = Sec.reloff; in constructSection()
118 TempSec.nreloc = Sec.nreloc; in constructSection()
119 TempSec.flags = Sec.flags; in constructSection()
122 return TempSec; in constructSection()
139 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]