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
659 uint16_t getMagic() const;
50 if (Parent->getMagic() == MachO::FAT_MAGIC) { in ObjectForArch() 54 } else { // Parent->getMagic() == MachO::FAT_MAGIC_64 in ObjectForArch() 71 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getAsObjectFile() 74 } else { // Parent->getMagic() == MachO::FAT_MAGIC_64 in getAsObjectFile() 91 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getAsIRObject() 93 } else { // Parent->getMagic() == MachO::FAT_MAGIC_64 in getAsIRObject() 110 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsArchive() 112 else // Parent->getMagic() == MachO::FAT_MAGIC_64 in getAsArchive()
790 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() 789 uint16_t XCOFFObjectFile::getMagic() const { getMagic() function in llvm::object::XCOFFObjectFile
1268 template <class IntPtrT> inline uint64_t getMagic();1269 template <> inline uint64_t getMagic<uint64_t>() {1273 template <> inline uint64_t getMagic<uint32_t>() {
506 return RawInstrProf::getMagic<IntPtrT>() == Magic || in readHeader() 507 llvm::byteswap(RawInstrProf::getMagic<IntPtrT>()) == Magic; in readHeader() 518 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readNextHeader() 542 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in createSymtab()
63 YAMLObj.Header.Magic = Obj.getMagic(); in dumpHeader()
683 YAML.Header.magic = Obj.getMagic(); in macho2yaml()
91 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()
2352 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders() 2354 else // UB->getMagic() == MachO::FAT_MAGIC_64 in printMachOUniversalHeaders()