HomeSort by: relevance | last modified time | path
    Searched refs:getSection64 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversalWriter.cpp 45 (Is64Bit ? O.getSection64(LC, SI).align
MachOObjectFile.cpp 179 MachO::section_64 Sect = O.getSection64(Sec);
1920 return getSection64(Sec).addr;
1937 MachO::section_64 Sect = getSection64(Sec);
1968 MachO::section_64 Sect = getSection64(Sec);
1983 MachO::section_64 Sect = getSection64(Sec);
2065 return getSection64(Sec).offset == 0;
2080 MachO::section_64 Sect = getSection64(Sec);
4268 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const {
4279 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L,
4424 MachO::section_64 Sect = getSection64(Sec)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 489 MachO::section_64 getSection64(DataRefImpl DRI) const;
491 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 240 MachO::section_64 Sec = MachO->getSection64(Load, J);
302 MachO::section_64 Sec = MachO->getSection64(Load, J);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp 121 Obj.getSection64(SecRef.getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 236 return Obj.getSection64(LCI, Idx);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 344 MachO::section_64 Sect = Obj->getSection64(Sec);
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 614 MachO::section_64 Sec = O.getSection64(Load, J);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 668 MachO::section_64 Sec = O->getSection64(Load, J);
1004 const MachO::section_64 Sec = O->getSection64(Load, J);
1432 const MachO::section_64 Sec = O->getSection64(Ref);
1522 const MachO::section_64 Sec = O->getSection64(Ref);
1743 const MachO::section_64 Sec = O->getSection64(Ref);
3008 MachO::section_64 Sec = info->O->getSection64(Load, J);
3064 MachO::section_64 Sec = info->O->getSection64(Load, J);
3215 MachO::section_64 Sec = info->O->getSection64(Load, J);
10104 MachO::section_64 S_64 = Obj->getSection64(Command, j);

Completed in 72 milliseconds