Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h869 const char *UuidLoadCmd = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1406 if (UuidLoadCmd) { in MachOObjectFile()
1410 UuidLoadCmd = Load.Ptr; in MachOObjectFile()
5282 if (!UuidLoadCmd) in getUuid()
5285 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()