Searched refs:getMagic (Results 1 – 8 of 8) sorted by relevance
61 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUType()67 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUSubType()73 if (Parent->getMagic() == MachO::FAT_MAGIC) in getOffset()79 if (Parent->getMagic() == MachO::FAT_MAGIC) in getSize()85 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAlign()91 if (Parent->getMagic() == MachO::FAT_MAGIC) in getReserved()148 uint32_t getMagic() const { return Magic; } in getMagic() function
378 uint16_t getMagic() const;
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 getAsIRObject()111 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsArchive()
491 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
307 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()308 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()319 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()341 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
1110 template <class IntPtrT> inline uint64_t getMagic();1111 template <> inline uint64_t getMagic<uint64_t>() {1115 template <> inline uint64_t getMagic<uint32_t>() {
54 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()
2134 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()