HomeSort by relevance Sort by last modified time
    Searched refs:getSection64 (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 188 MachO::section_64 getSection64(DataRefImpl DRI) const;
190 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 418 MachO::section_64 Sect = O->getSection64(Sec);
678 MachO::section_64 Sect = getSection64(Sec);
690 MachO::section_64 Sect = getSection64(Sec);
706 MachO::section_64 Sect = getSection64(Sec);
723 MachO::section_64 Sect = getSection64(Sec);
829 MachO::section_64 Sect = getSection64(Sec);
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 60 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl());
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 174 MachO::section_64 Sect = Obj->getSection64(Sec);
  /external/llvm/tools/llvm-size/
llvm-size.cpp 142 MachO::section_64 Sec = MachO->getSection64(Load, J);
209 MachO::section_64 Sec = MachO->getSection64(Load, J);
  /external/llvm/tools/macho-dump/
macho-dump.cpp 158 MachO::section_64 Sect = Obj.getSection64(LCI, i);

Completed in 433 milliseconds