Searched refs:getMagic (Results 1 – 10 of 10) sorted by relevance
60 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUType()66 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUSubType()72 if (Parent->getMagic() == MachO::FAT_MAGIC) in getOffset()78 if (Parent->getMagic() == MachO::FAT_MAGIC) in getSize()84 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAlign()90 if (Parent->getMagic() == MachO::FAT_MAGIC) in getReserved()147 uint32_t getMagic() const { return Magic; } in getMagic() function
566 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()
725 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
43 YAMLObj.Header.Magic = Obj.getMagic(); in dumpHeader()
644 YAML.Header.magic = Obj.getMagic(); in macho2yaml()
327 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()328 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()339 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()363 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
1162 template <class IntPtrT> inline uint64_t getMagic();1163 template <> inline uint64_t getMagic<uint64_t>() {1167 template <> inline uint64_t getMagic<uint32_t>() {
71 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()
2156 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()