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

  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 325 MachOObjectFile::getSection64(DataRefImpl DRI,
374 getSection64(DRI, Sect);
388 getSection64(DRI, Sect);
402 getSection64(DRI, Sect);
416 getSection64(DRI, Sect);
430 getSection64(DRI, Sect);
494 getSection64(Sec, Sect);
529 getSection64(Sections[Rel.d.b], Sect);
549 getSection64(Sections[Rel.d.b], Sect);
603 getSection64(Sections[Rel.d.b], Sect)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachO.h 95 void getSection64(DataRefImpl DRI,
  /external/llvm/lib/Object/
MachOObjectFile.cpp 164 MachO::section_64 Sect = O->getSection64(Sec);
610 return getSection64(Sec).addr;
623 MachO::section_64 Sect = getSection64(Sec);
649 MachO::section_64 Sect = getSection64(Sec);
665 MachO::section_64 Sect = getSection64(Sec);
728 MachO::section_64 Sect = getSection64(Sec);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 335 MachO::section_64 getSection64(DataRefImpl DRI) const;
337 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /external/llvm/tools/llvm-size/
llvm-size.cpp 227 MachO::section_64 Sec = MachO->getSection64(Load, J);
289 MachO::section_64 Sec = MachO->getSection64(Load, J);
    [all...]
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 214 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 407 MachO::section_64 Sec = O->getSection64(Load, J);
810 const MachO::section_64 Sec = O->getSection64(Ref);
904 const MachO::section_64 Sec = O->getSection64(Ref);
    [all...]

Completed in 232 milliseconds