Home
last modified time | relevance | path

Searched refs:getMagic (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachOUniversal.h57 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
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOUniversal.cpp51 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()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp298 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()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h1010 template <class IntPtrT> inline uint64_t getMagic();
1011 template <> inline uint64_t getMagic<uint64_t>() {
1015 template <> inline uint64_t getMagic<uint32_t>() {
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1792 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()