Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h822 const char *UuidLoadCmd = nullptr; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1394 if (UuidLoadCmd) { in MachOObjectFile()
1398 UuidLoadCmd = Load.Ptr; in MachOObjectFile()
4864 if (!UuidLoadCmd) in getUuid()
4867 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()