/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | TapiFile.cpp | 78 void TapiFile::moveSymbolNext(DataRefImpl &DRI) const { in moveSymbolNext() 79 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in moveSymbolNext() 80 DRI.p = reinterpret_cast<uintptr_t>(++Sym); in moveSymbolNext() 83 Error TapiFile::printSymbolName(raw_ostream &OS, DataRefImpl DRI) const { in printSymbolName() 84 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in printSymbolName() 89 uint32_t TapiFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() 90 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in getSymbolFlags() 95 DataRefImpl DRI; in symbol_begin() local 96 DRI.p = reinterpret_cast<uintptr_t>(&*Symbols.begin()); in symbol_begin() 97 return BasicSymbolRef{DRI, thi in symbol_begin() 101 DataRefImpl DRI; symbol_end() local [all...] |
H A D | MachOObjectFile.cpp | 114 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument 115 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase() 1768 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local 1769 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType() 1806 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() 1807 uint32_t flags = getSymbolFlags(DRI); in getSymbolAlignment() 1809 MachO::nlist_base Entry = getSymbolTableEntryBase(*this, DRI); in getSymbolAlignment() 1815 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() 1816 return getNValue(DRI); in getCommonSymbolSizeImpl() 1843 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) cons 2481 DataRefImpl DRI; symbol_begin() local 2490 DataRefImpl DRI; symbol_end() local 2510 DataRefImpl DRI; getSymbolByIndex() local 2529 DataRefImpl DRI; section_begin() local 2534 DataRefImpl DRI; section_end() local 2752 DataRefImpl DRI; section_rel_begin() local 2758 DataRefImpl DRI; section_rel_end() local 2764 DataRefImpl DRI; begin_dices() local 2774 DataRefImpl DRI; end_dices() local [all...] |
H A D | XCOFFObjectFile.cpp | 376 DataRefImpl DRI; in section_begin() local 377 DRI.p = getSectionHeaderTableAddress(); in section_begin() 378 return section_iterator(SectionRef(DRI, this)); in section_begin() 382 DataRefImpl DRI; in section_end() local 383 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end() 385 return section_iterator(SectionRef(DRI, this)); in section_end() 435 DataRefImpl DRI; in getSectionByNum() 436 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum() 438 return DRI; in getSectionByNum()
|
H A D | ObjectFile.cpp | 74 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 32 void moveSymbolNext(DataRefImpl &DRI) const override; 34 Error printSymbolName(raw_ostream &OS, DataRefImpl DRI) const override; 36 uint32_t getSymbolFlags(DataRefImpl DRI) const override;
|
H A D | ELFObjectFile.h | 315 DataRefImpl DRI; in toDRI() local 317 DRI.d.a = 0; in toDRI() 318 DRI.d.b = 0; in toDRI() 319 return DRI; in toDRI() 326 DRI.d.a = 0; in toDRI() 327 DRI.d.b = 0; in toDRI() 328 return DRI; in toDRI() 334 DRI.d.a = SymTableIndex; in toDRI() 335 DRI.d.b = SymbolNum; in toDRI() 336 return DRI; in toDRI() 344 DataRefImpl DRI; toDRI() local 350 DataRefImpl DRI; toDRI() local [all...] |
H A D | MachO.h | 487 MachO::section getSection(DataRefImpl DRI) const; 488 MachO::section_64 getSection64(DataRefImpl DRI) const; 491 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const; 492 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpeg.h | 75 DRI = 0xdd, /* define restart interval */ enumerator
|
H A D | mjpegenc_common.c | 96 put_marker(p, DRI); in jpeg_table_header()
|
H A D | mjpegdec.c | 2629 case DRI: in ff_mjpeg_receive_frame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 2099 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; 2100 ++DRI) { 2102 unsigned DestReg = *DRI; 2218 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; 2219 ++DRI) { 2221 unsigned DestReg = *DRI; 2263 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI ! [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | va_private.h | 65 #define DRI 6 macro 68 #define MAX_MJPEG_SLICE_HEADER_SIZE (SOI + DQT + DHT + DRI + SOF + SOS)
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_jpeg.c | 123 jpeg_put_marker(&pbc, DRI); in jpeg_create_header()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | 92 DRI("Dari", "prs"), enum constant
|