Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h678 const char *UuidLoadCmd = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1387 if (UuidLoadCmd) { in MachOObjectFile()
1391 UuidLoadCmd = Load.Ptr; in MachOObjectFile()
4617 if (!UuidLoadCmd) in getUuid()
4620 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()