Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp157 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
484 return getSection64(Sec).addr; in getSectionAddress()
497 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
523 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
539 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
590 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
1966 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
1977 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
2106 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
/external/llvm/include/llvm/Object/
DMachO.h331 MachO::section_64 getSection64(DataRefImpl DRI) const;
333 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/external/llvm/tools/llvm-size/
Dllvm-size.cpp141 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes()
201 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp213 return Obj.getSection64(LCI, Idx); in getSection()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp366 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
756 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
845 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1021 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
2093 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
2149 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
2307 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
8547 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()