Home
last modified time | relevance | path

Searched refs:DRI (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp88 void TapiFile::moveSymbolNext(DataRefImpl &DRI) const { DRI.d.a++; } in moveSymbolNext()
90 Error TapiFile::printSymbolName(raw_ostream &OS, DataRefImpl DRI) const { in printSymbolName()
91 assert(DRI.d.a < Symbols.size() && "Attempt to access symbol out of bounds"); in printSymbolName()
92 const Symbol &Sym = Symbols[DRI.d.a]; in printSymbolName()
97 Expected<SymbolRef::Type> TapiFile::getSymbolType(DataRefImpl DRI) const { in getSymbolType()
98 assert(DRI.d.a < Symbols.size() && "Attempt to access symbol out of bounds"); in getSymbolType()
99 return Symbols[DRI.d.a].Type; in getSymbolType()
102 Expected<uint32_t> TapiFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
103 assert(DRI.d.a < Symbols.size() && "Attempt to access symbol out of bounds"); in getSymbolFlags()
104 return Symbols[DRI.d.a].Flags; in getSymbolFlags()
[all …]
H A DXCOFFObjectFile.cpp445 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData() local
447 if (DRI.p == 0) // No section is not an error. in getSectionFileOffsetToRawData()
450 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI); in getSectionFileOffsetToRawData()
451 uint64_t SizeOfSection = getSectionSize(DRI); in getSectionFileOffsetToRawData()
707 DataRefImpl DRI; in section_begin() local
708 DRI.p = getSectionHeaderTableAddress(); in section_begin()
709 return section_iterator(SectionRef(DRI, this)); in section_begin()
713 DataRefImpl DRI; in section_end() local
714 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
716 return section_iterator(SectionRef(DRI, this)); in section_end()
[all …]
H A DMachOObjectFile.cpp119 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument
120 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase()
1790 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
1791 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()
1828 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
1829 uint32_t Flags = cantFail(getSymbolFlags(DRI)); in getSymbolAlignment()
1831 MachO::nlist_base Entry = getSymbolTableEntryBase(*this, DRI); in getSymbolAlignment()
1837 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
1838 return getNValue(DRI); in getCommonSymbolSizeImpl()
1867 Expected<uint32_t> MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
[all …]
H A DObjectFile.cpp77 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h37 void moveSymbolNext(DataRefImpl &DRI) const override;
39 Error printSymbolName(raw_ostream &OS, DataRefImpl DRI) const override;
41 Expected<uint32_t> getSymbolFlags(DataRefImpl DRI) const override;
47 Expected<SymbolRef::Type> getSymbolType(DataRefImpl DRI) const;
H A DELFObjectFile.h354 DataRefImpl DRI; in toDRI() local
356 DRI.d.a = 0; in toDRI()
357 DRI.d.b = 0; in toDRI()
358 return DRI; in toDRI()
365 DRI.d.a = 0; in toDRI()
366 DRI.d.b = 0; in toDRI()
367 return DRI; in toDRI()
373 DRI.d.a = SymTableIndex; in toDRI()
374 DRI.d.b = SymbolNum; in toDRI()
375 return DRI; in toDRI()
[all …]
H A DMachO.h647 MachO::section getSection(DataRefImpl DRI) const;
648 MachO::section_64 getSection64(DataRefImpl DRI) const;
651 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const;
652 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp94 DataRefImpl DRI; in getXCOFFSymbolContainingSymbolRef()
95 DRI.p = Obj.getSymbolByIndex(Idx); in getXCOFFSymbolContainingSymbolRef() local
96 return SymbolRef(DRI, &Obj); in getXCOFFSymbolContainingSymbolRef()
H A DMachODump.cpp943 object::DataRefImpl DRI; in PrintRelocationEntries() local
944 DRI.d.a = r_symbolnum-1; in PrintRelocationEntries()
945 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries()
946 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocationEntries()
999 DataRefImpl DRI; in PrintRelocations() local
1000 DRI.d.a = J; in PrintRelocations()
1001 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1002 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
1010 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1011 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2048 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local
2049 ++DRI) { in prunePHIInfo()
2051 unsigned DestReg = *DRI; in prunePHIInfo()
2166 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local
2167 ++DRI) { in createEntryPHIs()
2169 unsigned DestReg = *DRI; in createEntryPHIs()
2211 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local
2212 ++DRI) { in resolvePHIInfos()
2213 unsigned DestReg = *DRI; in resolvePHIInfos()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp403 DataRefImpl DRI, in getSymbol() argument
406 MachO::nlist Entry = Obj->getSymbolTableEntry(DRI); in getSymbol()
414 MachO::nlist_64 Entry = Obj->getSymbol64TableEntry(DRI); in getSymbol()
/freebsd/sys/amd64/conf/
H A DNOTES55 # the tdfx DRI module from XFree86 and is completely unrelated.
/freebsd/sys/i386/conf/
H A DNOTES223 # the tdfx DRI module from XFree86 and is completely unrelated.