Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp85 TempSec.addr = Sec.addr; in constructSectionCommon()
86 TempSec.size = Sec.size; in constructSectionCommon()
94 TempSec.reserved3 = 0; in constructSectionCommon()
96 TempSec.content = in constructSectionCommon()
100 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
119 return TempSec; in constructSectionCommon()
126 if (TempSec) in constructSection()
127 TempSec->reserved3 = 0; in constructSection()
128 return TempSec; in constructSection()
135 if (TempSec) in constructSection()
[all …]
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp109 SectionType TempSec; in constructSection() local
112 TempSec.addr = Sec.addr; in constructSection()
113 TempSec.size = Sec.size; in constructSection()
114 TempSec.offset = Sec.offset; in constructSection()
115 TempSec.align = Sec.align; in constructSection()
116 TempSec.reloff = Sec.reloff; in constructSection()
117 TempSec.nreloc = Sec.nreloc; in constructSection()
118 TempSec.flags = Sec.flags; in constructSection()
121 return TempSec; in constructSection()
138 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]