Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp76 MachOYAML::Section TempSec; in constructSectionCommon() local
119 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection() local
128 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp103 SectionType TempSec; in constructSection() local
130 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData() local
145 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() local