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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 678 const char *UuidLoadCmd = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1387 if (UuidLoadCmd) {
1391 UuidLoadCmd = Load.Ptr;
4617 if (!UuidLoadCmd)
4620 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid);

Completed in 17 milliseconds