Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp83 TempSec.addr = Sec.addr; in constructSectionCommon()
84 TempSec.size = Sec.size; in constructSectionCommon()
92 TempSec.reserved3 = 0; in constructSectionCommon()
94 TempSec.content = in constructSectionCommon()
98 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
117 return TempSec; in constructSectionCommon()
124 if (TempSec) in constructSection()
125 TempSec->reserved3 = 0; in constructSection()
126 return TempSec; in constructSection()
133 if (TempSec) in constructSection()
[all …]
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp105 SectionType TempSec; in constructSection() local
108 TempSec.addr = Sec.addr; in constructSection()
109 TempSec.size = Sec.size; in constructSection()
110 TempSec.offset = Sec.offset; in constructSection()
111 TempSec.align = Sec.align; in constructSection()
112 TempSec.reloff = Sec.reloff; in constructSection()
113 TempSec.nreloc = Sec.nreloc; in constructSection()
114 TempSec.flags = Sec.flags; in constructSection()
117 return TempSec; in constructSection()
134 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]