Home
last modified time | relevance | path

Searched defs:UniqueID (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionWasm.h32 unsigned UniqueID; variable
50 unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
DMCSectionELF.h38 unsigned UniqueID; variable
54 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, in MCSectionELF()
DMCContext.h199 unsigned UniqueID; member
219 unsigned UniqueID; member
240 unsigned UniqueID; member
437 const Twine &Group, unsigned UniqueID) { in getELFSection()
497 const Twine &Group, unsigned UniqueID) { in getWasmSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp319 unsigned UniqueID = Section->getUniqueID(); in renameELFSection() local
334 unsigned UniqueID, in createELFSectionImpl()
388 const Twine &Group, unsigned UniqueID, in getELFSection()
401 unsigned UniqueID, in getELFSection()
439 unsigned UniqueID, in getCOFFSection()
477 unsigned UniqueID) { in getAssociativeCOFFSection()
497 const Twine &Group, unsigned UniqueID, in getWasmSection()
510 unsigned UniqueID, in getWasmSection()
DMCObjectFileInfo.cpp889 unsigned UniqueID = It.first->second; in getStackSizesSection() local
DMCStreamer.cpp775 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() local
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h178 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() function
180 UniqueID() : fID(GrGpuResource::CreateUniqueID()) { } in UniqueID() function
195 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function
/third_party/skia/src/gpu/
DGrSurfaceProxy.h164 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() function
166 UniqueID() : fID(GrGpuResource::CreateUniqueID()) { } in UniqueID() function
181 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function
DGrGpuResource.h152 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp594 unsigned UniqueID = MCContext::GenericSectionID; in getExplicitSectionGlobal() local
667 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() local
1363 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal() local
1437 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable() local
1749 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h47 unsigned UniqueID; variable
DAsmPrinter.cpp1648 unsigned UniqueID = 0; in doFinalization() local
3174 auto UniqueID = ++XRayFnUniqueID; in emitXRayTable() local
3254 unsigned UniqueID = in emitPatchableFunctionEntries() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp460 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID()
499 int64_t UniqueID = ~0; in ParseSectionArguments() local
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h206 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function
/third_party/pulseaudio/src/modules/
Dladspa.h378 unsigned long UniqueID; member
/third_party/alsa-lib/src/pcm/
Dladspa.h379 unsigned long UniqueID; member
/third_party/flutter/skia/src/core/
DSkTypeface.cpp120 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { in UniqueID() function in SkTypeface
/third_party/skia/src/core/
DSkTypeface.cpp121 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { in UniqueID() function in SkTypeface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h126 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h140 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function