Searched refs:getMagic (Results 1 – 9 of 9) 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
665 uint16_t getMagic() const;
50 if (Parent->getMagic() == MachO::FAT_MAGIC) { in ObjectForArch()71 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getAsObjectFile()91 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getAsIRObject()110 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsArchive()
794 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
1318 template <class IntPtrT> inline uint64_t getMagic();1319 template <> inline uint64_t getMagic<uint64_t>() {1323 template <> inline uint64_t getMagic<uint32_t>() {
507 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()508 llvm::byteswap(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()519 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()543 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
309 printHex("Magic:", Obj.getMagic()); in printFileHeader()
2348 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()
91 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()