Home
last modified time | relevance | path

Searched defs:UniqueID (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionWasm.cpp81 OS << ",unique," << UniqueID; in PrintSwitchToSection() local
H A DMCSectionELF.cpp181 OS << ",unique," << UniqueID; in PrintSwitchToSection() local
H A DMCObjectFileInfo.cpp889 unsigned UniqueID = It.first->second; in getStackSizesSection() local
H A DMCContext.cpp319 unsigned UniqueID = Section->getUniqueID(); in renameELFSection() local
330 createELFSectionImpl(StringRef Section, unsigned Type, unsigned Flags, SectionKind K, unsigned EntrySize, const MCSymbolELF *Group, unsigned UniqueID, const MCSymbolELF *Associated) createELFSectionImpl() argument
386 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const Twine &Group, unsigned UniqueID, const MCSymbolELF *Associated) getELFSection() argument
398 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *GroupSym, unsigned UniqueID, const MCSymbolELF *Associated) getELFSection() argument
435 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection, unsigned UniqueID, const char *BeginSymName) getCOFFSection() argument
475 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym, unsigned UniqueID) getAssociativeCOFFSection() argument
496 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID, const char *BeginSymName) getWasmSection() argument
508 getWasmSection(const Twine &Section, SectionKind Kind, const MCSymbolWasm *GroupSym, unsigned UniqueID, const char *BeginSymName) getWasmSection() argument
[all...]
H A DMCStreamer.cpp775 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSectionELF.h38 unsigned UniqueID; member in llvm::final
53 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol) MCSectionELF() argument
H A DMCSectionWasm.h32 unsigned UniqueID; member in llvm::final
49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, unsigned UniqueID, MCSymbol *Begin) MCSectionWasm() argument
H A DMCContext.h199 unsigned UniqueID; member
219 unsigned UniqueID; member
240 unsigned UniqueID; global() member
435 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const Twine &Group, unsigned UniqueID) getELFSection() argument
496 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID) getWasmSection() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h47 unsigned UniqueID; member in llvm::final
H A DAsmPrinter.cpp1648 unsigned UniqueID = 0; in doFinalization() local
3174 auto UniqueID = ++XRayFnUniqueID; in emitXRayTable() local
3254 unsigned UniqueID = in emitPatchableFunctionEntries() local
/third_party/alsa-lib/src/pcm/
H A Dladspa.h379 unsigned long UniqueID; member
/third_party/pulseaudio/src/modules/
H A Dladspa.h378 unsigned long UniqueID; member
/third_party/skia/src/gpu/
H A DGrGpuResource.h240 class UniqueID { class in GrGpuResource
244 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function in GrGpuResource::UniqueID
H A DGrSurfaceProxy.h157 class UniqueID { class in GrSurfaceProxy
164 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() function in GrSurfaceProxy::UniqueID
166 UniqueID() : fID(GrGpuResource::CreateUniqueID()) { } in UniqueID() function in GrSurfaceProxy::UniqueID
181 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function in GrSurfaceProxy::UniqueID
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp460 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID() argument
499 int64_t UniqueID = ~0; in ParseSectionArguments() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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++; getSectionForJumpTable() local
1749 unsigned UniqueID = MCContext::GenericSectionID; selectWasmSectionForGlobal() local
[all...]
/third_party/skia/src/core/
H A DSkTypeface.cpp173 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/
H A DFileSystem.h120 class UniqueID { class
126 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function in llvm::sys::fs::UniqueID
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h134 class UniqueID { class
140 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function in llvm::sys::fs::UniqueID

Completed in 25 milliseconds