/external/llvm/include/llvm/Object/ |
D | MachOUniversal.h | 57 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/ |
D | MachOUniversal.h | 58 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
|
D | XCOFFObjectFile.h | 310 uint16_t getMagic() const;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachOUniversal.h | 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
|
D | XCOFFObjectFile.h | 336 uint16_t getMagic() const;
|
/external/llvm/lib/Object/ |
D | MachOUniversal.cpp | 50 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/ |
D | MachOUniversal.cpp | 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()
|
D | XCOFFObjectFile.cpp | 474 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOUniversal.cpp | 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 getAsArchive()
|
D | XCOFFObjectFile.cpp | 427 uint16_t XCOFFObjectFile::getMagic() const { in getMagic() function in llvm::object::XCOFFObjectFile
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | xcoff2yaml.cpp | 38 YAMLObj.Header.Magic = Obj.getMagic(); in dumpHeader()
|
D | macho2yaml.cpp | 609 YAML.Header.magic = Obj.getMagic(); in macho2yaml()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 259 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/ |
D | InstrProf.h | 901 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/ |
D | InstrProfReader.cpp | 300 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/ |
D | InstrProfReader.cpp | 307 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/ |
D | InstrProf.h | 1097 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/ |
D | InstrProf.h | 1106 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/ |
D | ClassDef.java | 69 public long getMagic () in getMagic() method in ClassDef
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 482 YAML.Header.magic = Obj.getMagic(); in macho2yaml()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | XCOFFDumper.cpp | 53 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()
|
/external/dexmaker/lib/ |
D | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1407 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2147 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()
|