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.cpp108 SectionType TempSec; in constructSection() local
109 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection()
110 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSection()
111 TempSec.addr = Sec.addr; in constructSection()
112 TempSec.size = Sec.size; in constructSection()
113 TempSec.offset = Sec.offset; in constructSection()
114 TempSec.align = Sec.align; in constructSection()
115 TempSec.reloff = Sec.reloff; in constructSection()
116 TempSec.nreloc = Sec.nreloc; in constructSection()
117 TempSec.flags = Sec.flags; in constructSection()
[all …]