Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
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()
93 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getArchTypeName()
145 uint32_t getMagic() const { return Magic; } in getMagic() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachOUniversal.h58 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUType()
64 if (Parent->getMagic() == MachO::FAT_MAGIC) in getCPUSubType()
70 if (Parent->getMagic() == MachO::FAT_MAGIC) in getOffset()
76 if (Parent->getMagic() == MachO::FAT_MAGIC) in getSize()
82 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAlign()
88 if (Parent->getMagic() == MachO::FAT_MAGIC) in getReserved()
95 if (Parent->getMagic() == MachO::FAT_MAGIC) { in getArchFlagName()
154 uint32_t getMagic() const { return Magic; } in getMagic() function
DXCOFFObjectFile.h310 uint16_t getMagic() const;
/external/llvm-project/llvm/include/llvm/Object/
DMachOUniversal.h61 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
DXCOFFObjectFile.h336 uint16_t getMagic() const;
/external/llvm/lib/Object/
DMachOUniversal.cpp50 if (Parent->getMagic() == MachO::FAT_MAGIC) { in ObjectForArch()
76 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsObjectFile()
93 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsArchive()
/external/llvm-project/llvm/lib/Object/
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 getAsIRObject()
111 if (Parent->getMagic() == MachO::FAT_MAGIC) in getAsArchive()
DXCOFFObjectFile.cpp474 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOUniversal.cpp50 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 getAsArchive()
DXCOFFObjectFile.cpp427 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
/external/llvm-project/llvm/tools/obj2yaml/
Dxcoff2yaml.cpp38 YAMLObj.Header.Magic = Obj.getMagic(); in dumpHeader()
Dmacho2yaml.cpp609 YAML.Header.magic = Obj.getMagic(); in macho2yaml()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp259 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()
260 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()
271 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()
293 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h901 template <class IntPtrT> inline uint64_t getMagic();
902 template <> inline uint64_t getMagic<uint64_t>() {
906 template <> inline uint64_t getMagic<uint32_t>() {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp300 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()
301 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()
312 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()
334 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp307 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1097 template <class IntPtrT> inline uint64_t getMagic();
1098 template <> inline uint64_t getMagic<uint64_t>() {
1102 template <> inline uint64_t getMagic<uint32_t>() {
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h1106 template <class IntPtrT> inline uint64_t getMagic();
1107 template <> inline uint64_t getMagic<uint64_t>() {
1111 template <> inline uint64_t getMagic<uint32_t>() {
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java69 public long getMagic () in getMagic() method in ClassDef
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp482 YAML.Header.magic = Obj.getMagic(); in macho2yaml()
/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp53 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()
/external/dexmaker/lib/
Ddalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1407 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp2147 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()

12