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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 675 const char *DataInCodeLoadCmd = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1343 if ((Err = checkLinkeditDataCommand(*this, Load, I, &DataInCodeLoadCmd,
2798 if (!DataInCodeLoadCmd)
2808 if (!DataInCodeLoadCmd)
4519 if (DataInCodeLoadCmd)
4520 return getStruct<MachO::linkedit_data_command>(*this, DataInCodeLoadCmd);
4522 // If there is no DataInCodeLoadCmd return a load command with zero'ed fields.

Completed in 62 milliseconds