Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp54 MachOYAML::Section TempSec; in constructSectionCommon() local
74 MachOYAML::Section TempSec = constructSectionCommon(Sec); in constructSection() local
80 MachOYAML::Section TempSec = constructSectionCommon(Sec); in constructSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp92 SectionType TempSec; in constructSection() local
119 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData() local
134 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() local
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp95 SectionType TempSec; in constructSection() local
120 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData() local
134 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp109 SectionType TempSec; in constructSection() local
136 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData() local
151 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() local