Searched refs:UniversalIndex (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 417 uint32_t UniversalCputype = 0, uint32_t UniversalIndex = 0, 843 uint32_t UniversalIndex = 0,
|
H A D | ObjectFile.h | 395 uint32_t UniversalIndex = 0,
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1255 uint32_t UniversalIndex, in create() argument 1260 UniversalIndex, MachOFilesetEntryOffset)); in create() 1269 uint32_t UniversalIndex, in MachOObjectFile() argument 1294 Twine(UniversalIndex) + "'s cputype does not match " in MachOObjectFile() 5327 MemoryBufferRef Buffer, uint32_t UniversalCputype, uint32_t UniversalIndex, in createMachOObjectFile() argument 5332 UniversalIndex, MachOFilesetEntryOffset); in createMachOObjectFile() 5335 UniversalIndex, MachOFilesetEntryOffset); in createMachOObjectFile() 5338 UniversalIndex, MachOFilesetEntryOffset); in createMachOObjectFile() 5341 UniversalIndex, MachOFilesetEntryOffset); in createMachOObjectFile()
|