Searched refs:getMagic (Results 1 – 5 of 5) sorted by relevance
57 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUType()63 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUSubType()69 if (Parent->getMagic() == MachO::FAT_MAGIC) in getOffset()75 if (Parent->getMagic() == MachO::FAT_MAGIC) in getSize()81 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAlign()87 if (Parent->getMagic() == MachO::FAT_MAGIC) in getReserved()94 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getArchFlagName()153 uint32_t getMagic() const { return Magic; } in getMagic() function
51 if (Parent->getMagic() == MachO::FAT_MAGIC) { in ObjectForArch()72 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getAsObjectFile()92 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsArchive()
298 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()299 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()310 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()332 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
1010 template <class IntPtrT> inline uint64_t getMagic();1011 template <> inline uint64_t getMagic<uint64_t>() {1015 template <> inline uint64_t getMagic<uint32_t>() {
1792 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()