Home
last modified time | relevance | path

Searched refs:getSection64 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp418 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
678 MachO::section_64 Sect = getSection64(Sec); in getSectionAddress()
690 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
706 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
723 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
829 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
1776 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in llvm::object::MachOObjectFile
1786 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in llvm::object::MachOObjectFile
1841 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
/external/llvm/include/llvm/Object/
DMachO.h188 MachO::section_64 getSection64(DataRefImpl DRI) const;
190 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/external/llvm/lib/MC/MCAnalysis/
DMCObjectSymbolizer.cpp60 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl()); in MCMachObjectSymbolizer()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp142 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes()
209 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp174 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()