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()
92 const Symbol &Sym = Symbols[DRI.d.a]; in printSymbolName()
99 return Symbols[DRI.d.a].Type; in getSymbolType()
102 Expected<uint32_t> TapiFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
104 return Symbols[DRI.d.a].Flags; in getSymbolFlags()
108 DataRefImpl DRI; in symbol_begin() local
109 DRI.d.a = 0; in symbol_begin()
110 return BasicSymbolRef{DRI, this}; in symbol_begin()
114 DataRefImpl DRI; in symbol_end() local
115 DRI.d.a = Symbols.size(); in symbol_end()
[all …]
H A DXCOFFObjectFile.cpp439 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData() local
701 DataRefImpl DRI; in section_begin() local
702 DRI.p = getSectionHeaderTableAddress(); in section_begin()
707 DataRefImpl DRI; in section_end() local
791 DataRefImpl DRI; in getSectionByNum() local
794 return DRI; in getSectionByNum()
799 DataRefImpl DRI; in getSectionByType() local
807 DRI.p = GetSectionAddr(sections64()); in getSectionByType()
809 DRI.p = GetSectionAddr(sections32()); in getSectionByType()
810 return DRI; in getSectionByType()
[all …]
H A DMachOObjectFile.cpp1917 DataRefImpl DRI; in getSymbolSection() local
2020 DataRefImpl DRI; in getSection() local
2598 DataRefImpl DRI; in symbol_begin() local
2607 DataRefImpl DRI; in symbol_end() local
2627 DataRefImpl DRI; in getSymbolByIndex() local
2646 DataRefImpl DRI; in section_begin() local
2651 DataRefImpl DRI; in section_end() local
2890 DataRefImpl DRI; in section_rel_begin() local
2891 DRI.d.a = Index; in section_rel_begin()
2896 DataRefImpl DRI; in section_rel_end() local
[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.h335 DataRefImpl DRI; in toDRI() local
337 DRI.d.a = 0; in toDRI()
338 DRI.d.b = 0; in toDRI()
339 return DRI; in toDRI()
346 DRI.d.a = 0; in toDRI()
347 DRI.d.b = 0; in toDRI()
348 return DRI; in toDRI()
356 return DRI; in toDRI()
364 DataRefImpl DRI; in toDRI() local
366 return DRI; in toDRI()
[all …]
H A DMachO.h646 MachO::section getSection(DataRefImpl DRI) const;
647 MachO::section_64 getSection64(DataRefImpl DRI) const;
650 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const;
651 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp94 DataRefImpl DRI; in getXCOFFSymbolContainingSymbolRef() local
95 DRI.p = Obj.getSymbolByIndex(Idx); in getXCOFFSymbolContainingSymbolRef()
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()
999 DataRefImpl DRI; in PrintRelocations() local
1000 DRI.d.a = J; in PrintRelocations()
1002 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
1010 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1019 DataRefImpl DRI; in PrintRelocations() local
1020 DRI.d.a = J; in PrintRelocations()
1022 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2050 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local
2051 ++DRI) { in prunePHIInfo()
2053 unsigned DestReg = *DRI; in prunePHIInfo()
2168 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local
2169 ++DRI) { in createEntryPHIs()
2171 unsigned DestReg = *DRI; in createEntryPHIs()
2213 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local
2214 ++DRI) { in resolvePHIInfos()
2215 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 DNOTES52 # the tdfx DRI module from XFree86 and is completely unrelated.
/freebsd/sys/i386/conf/
H A DNOTES220 # the tdfx DRI module from XFree86 and is completely unrelated.