Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/Object/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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 …]
H A DTapiFile.cpp95 DataRefImpl DRI; in symbol_begin() local
101 DataRefImpl DRI; in symbol_end() local
H A DXCOFFObjectFile.cpp376 DataRefImpl DRI; in section_begin() local
382 DataRefImpl DRI; in section_end() local
435 DataRefImpl DRI; in getSectionByNum() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp117 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase()
1783 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
1910 DataRefImpl DRI; in getSymbolSection() local
2013 DataRefImpl DRI; in getSection() local
2591 DataRefImpl DRI; in symbol_begin() local
2600 DataRefImpl DRI; in symbol_end() local
2620 DataRefImpl DRI; in getSymbolByIndex() local
2639 DataRefImpl DRI; in section_begin() local
2644 DataRefImpl DRI; in section_end() local
2883 DataRefImpl DRI; in section_rel_begin() local
[all …]
H A DTapiFile.cpp91 DataRefImpl DRI; in symbol_begin() local
97 DataRefImpl DRI; in symbol_end() local
H A DXCOFFObjectFile.cpp435 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData() local
693 DataRefImpl DRI; in section_begin() local
699 DataRefImpl DRI; in section_end() local
783 DataRefImpl DRI; in getSectionByNum() local
791 DataRefImpl DRI; in getSectionByType() local
1037 DataRefImpl DRI = getSectionByType(XCOFF::STYP_EXCEPT); in getExceptionEntries() local
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFObjectFile.h256 DataRefImpl DRI; in toDRI() local
279 DataRefImpl DRI; in toDRI() local
285 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp151 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() local
275 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() local
H A DMachOUtils.cpp187 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local
194 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFObjectFile.h338 DataRefImpl DRI; in toDRI() local
367 DataRefImpl DRI; in toDRI() local
373 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFObjectFile.h338 DataRefImpl DRI; in toDRI() local
367 DataRefImpl DRI; in toDRI() local
373 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFObjectFile.h347 DataRefImpl DRI; in toDRI() local
376 DataRefImpl DRI; in toDRI() local
382 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h315 DataRefImpl DRI; in toDRI() local
344 DataRefImpl DRI; in toDRI() local
350 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFObjectFile.h334 DataRefImpl DRI; in toDRI() local
363 DataRefImpl DRI; in toDRI() local
369 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFObjectFile.h325 DataRefImpl DRI; in toDRI() local
354 DataRefImpl DRI; in toDRI() local
360 DataRefImpl DRI; in toDRI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2050 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local
2168 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local
2213 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp366 DataRefImpl DRI, in getSymbol()
H A DELFDumper.cpp154 DynRegionInfo checkDRI(DynRegionInfo DRI) { in checkDRI()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/va/
H A Dva_private.h72 #define DRI 6 macro
/aosp_15_r20/prebuilts/tools/linux-x86_64/swt/
HDswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550. ...
/aosp_15_r20/prebuilts/tools/darwin-x86_64/swt/
HDswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-awt-cocoa-3550. ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt. ...

12