Searched refs:UuidLoadCmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h677 const char *UuidLoadCmd = nullptr; member in class:llvm::object::MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1387 if (UuidLoadCmd) {
1391 UuidLoadCmd = Load.Ptr;
4589 if (!UuidLoadCmd)
4592 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid);

Completed in 119 milliseconds