Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h864 const char *UuidLoadCmd = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1399 if (UuidLoadCmd) { in MachOObjectFile()
1403 UuidLoadCmd = Load.Ptr; in MachOObjectFile()
5270 if (!UuidLoadCmd) in getUuid()
5273 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()