Home
last modified time | relevance | path

Searched defs:DRI (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/lib/Object/
DTapiFile.cpp93 DataRefImpl DRI; in symbol_begin() local
99 DataRefImpl DRI; in symbol_end() local
DMachOObjectFile.cpp114 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase()
1771 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
1892 DataRefImpl DRI; in getSymbolSection() local
1995 DataRefImpl DRI; in getSection() local
2491 DataRefImpl DRI; in symbol_begin() local
2500 DataRefImpl DRI; in symbol_end() local
2520 DataRefImpl DRI; in getSymbolByIndex() local
2539 DataRefImpl DRI; in section_begin() local
2544 DataRefImpl DRI; in section_end() local
2783 DataRefImpl DRI; in section_rel_begin() local
[all …]
DXCOFFObjectFile.cpp423 DataRefImpl DRI; in section_begin() local
429 DataRefImpl DRI; in section_end() local
482 DataRefImpl DRI; in getSectionByNum() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DTapiFile.cpp95 DataRefImpl DRI; in symbol_begin() local
101 DataRefImpl DRI; in symbol_end() local
DMachOObjectFile.cpp114 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase()
1768 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
1889 DataRefImpl DRI; in getSymbolSection() local
1992 DataRefImpl DRI; in getSection() local
2481 DataRefImpl DRI; in symbol_begin() local
2490 DataRefImpl DRI; in symbol_end() local
2510 DataRefImpl DRI; in getSymbolByIndex() local
2529 DataRefImpl DRI; in section_begin() local
2534 DataRefImpl DRI; in section_end() local
2752 DataRefImpl DRI; in section_rel_begin() local
[all …]
DXCOFFObjectFile.cpp376 DataRefImpl DRI; in section_begin() local
382 DataRefImpl DRI; in section_end() local
435 DataRefImpl DRI; in getSectionByNum() local
/external/llvm/lib/Object/
DMachOObjectFile.cpp95 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase()
461 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
582 DataRefImpl DRI; in getSymbolSection() local
1083 DataRefImpl DRI; in symbol_begin_impl() local
1092 DataRefImpl DRI; in symbol_end_impl() local
1112 DataRefImpl DRI; in getSymbolByIndex() local
1131 DataRefImpl DRI; in section_begin() local
1136 DataRefImpl DRI; in section_end() local
1304 DataRefImpl DRI; in section_rel_begin() local
1310 DataRefImpl DRI; in section_rel_end() local
[all …]
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp151 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() local
275 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() local
DMachOUtils.cpp187 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local
194 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local
/external/llvm/include/llvm/Object/
DELFObjectFile.h256 DataRefImpl DRI; in toDRI() local
279 DataRefImpl DRI; in toDRI() local
285 DataRefImpl DRI; in toDRI() local
/external/llvm-project/llvm/tools/dsymutil/
DMachODebugMapParser.cpp198 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() local
326 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() local
DMachOUtils.cpp209 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local
216 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local
/external/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h321 DataRefImpl DRI; in toDRI() local
350 DataRefImpl DRI; in toDRI() local
356 DataRefImpl DRI; in toDRI() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h315 DataRefImpl DRI; in toDRI() local
344 DataRefImpl DRI; in toDRI() local
350 DataRefImpl DRI; in toDRI() local
/external/mesa3d/src/gallium/frontends/va/
Dva_private.h65 #define DRI 6 macro
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp387 DataRefImpl DRI, in getSymbol()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp366 DataRefImpl DRI, in getSymbol()
DELFDumper.cpp154 DynRegionInfo checkDRI(DynRegionInfo DRI) { in checkDRI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2099 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local
2218 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local
2263 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2100 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local
2219 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local
2264 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp552 llvm::json::Value toJSON(const DiagnosticRelatedInformation &DRI) { in toJSON()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1012 object::DataRefImpl DRI; in PrintRelocationEntries() local
1068 DataRefImpl DRI; in PrintRelocations() local
1088 DataRefImpl DRI; in PrintRelocations() local
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1819 for (MCSubRegIndexIterator DRI(DstRegNum, TRI); DRI.isValid(); ++DRI) in performCopy() local