Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp406 macho::Section64 Sect = O->getSection64(Sec); in getSectionFlags()
489 macho::Section64 Sec = getSection64(SecRel); in getSymbolFileOffset()
685 macho::Section64 Sect = getSection64(Sec); in getSectionAddress()
697 macho::Section64 Sect = getSection64(Sec); in getSectionSize()
713 macho::Section64 Sect = getSection64(Sec); in getSectionContents()
730 macho::Section64 Sect = getSection64(Sec); in getSectionAlignment()
820 macho::Section64 Sect = getSection64(Sec); in getSectionRelBegin()
837 macho::Section64 Sect = getSection64(Sec); in getSectionRelEnd()
1471 macho::Section64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in llvm::object::MachOObjectFile
1481 macho::Section64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in llvm::object::MachOObjectFile
/external/llvm/include/llvm/Object/
DMachO.h168 macho::Section64 getSection64(DataRefImpl DRI) const;
170 macho::Section64 getSection64(const LoadCommandInfo &L, unsigned Index) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp181 macho::Section64 Sect = Obj->getSection64(Sec); in getSection()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp161 macho::Section64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()