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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversalWriter.cpp 40 (Is64Bit ? O.getSegment64LoadCommand(LC).nsects
50 countTrailingZeros(Is64Bit ? O.getSegment64LoadCommand(LC).vmaddr
MachOObjectFile.cpp 4308 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const {
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 146 Segment = Obj.getSegment64LoadCommand(LCI);
552 LCI, InputBinary.getSegment64LoadCommand(LCI), InputBinary, Writer,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 243 MachO::segment_command_64 SLC = MachO->getSegment64LoadCommand(Command);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 230 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
299 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 500 getSegment64LoadCommand(const LoadCommandInfo &L) const;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 375 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L);
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 612 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 323 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command);
666 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
1002 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
1055 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command);
3006 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3062 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3213 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
10097 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command);
10264 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 1258 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command);

Completed in 40 milliseconds