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

  /external/llvm/lib/Object/
MachOObjectFile.cpp 157 MachO::section_64 Sect = O->getSection64(Sec);
484 return getSection64(Sec).addr;
497 MachO::section_64 Sect = getSection64(Sec);
523 MachO::section_64 Sect = getSection64(Sec);
539 MachO::section_64 Sect = getSection64(Sec);
590 MachO::section_64 Sect = getSection64(Sec);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 331 MachO::section_64 getSection64(DataRefImpl DRI) const;
333 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /external/llvm/tools/llvm-size/
llvm-size.cpp 141 MachO::section_64 Sec = MachO->getSection64(Load, J);
201 MachO::section_64 Sec = MachO->getSection64(Load, J);
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 213 return Obj.getSection64(LCI, Idx);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 320 MachO::section_64 Sect = Obj->getSection64(Sec);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 366 MachO::section_64 Sec = O->getSection64(Load, J);
756 const MachO::section_64 Sec = O->getSection64(Ref);
845 const MachO::section_64 Sec = O->getSection64(Ref);
    [all...]

Completed in 3489 milliseconds