Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp225 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local
228 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local
540 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
544 MachO::section Sect = getSection(Sec); in getSectionContents() local
556 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
559 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
619 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
622 MachO::section Sect = getSection(Sec); in section_rel_end() local
2359 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
2362 MachO::section Sect = getSection(Sec); in getRelocation() local
H A DObject.cpp99 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp296 MachO::section Sect = Obj->getSection(Sec); in getSection() local
308 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp136 MachO::section Sect = Obj.getSection(LCI, i); in DumpSegmentCommand() local
158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command() local