Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp110 SectionType TempSec; in constructSection() local
111 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection()
112 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSection()
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()
[all …]