Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp83 MachOYAML::Section TempSec; in constructSectionCommon() local
126 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection() local
135 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection() local
/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp110 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSection() local
137 auto TempSec = constructSection<MachO::section>(Sec); writeLoadCommandData() local
152 auto TempSec = constructSection<MachO::section_64>(Sec); writeLoadCommandData() local
[all...]