/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionWasm.cpp | 81 OS << ",unique," << UniqueID; in PrintSwitchToSection() local
|
H A D | MCSectionELF.cpp | 181 OS << ",unique," << UniqueID; in PrintSwitchToSection() local
|
H A D | MCObjectFileInfo.cpp | 889 unsigned UniqueID = It.first->second; in getStackSizesSection() local
|
H A D | MCContext.cpp | 319 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 D | MCStreamer.cpp | 775 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 D | MCSectionELF.h | 38 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 D | MCSectionWasm.h | 32 unsigned UniqueID; member in llvm::final 49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, unsigned UniqueID, MCSymbol *Begin) MCSectionWasm() argument
|
H A D | MCContext.h | 199 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 D | DwarfCompileUnit.h | 47 unsigned UniqueID; member in llvm::final
|
H A D | AsmPrinter.cpp | 1648 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 D | ladspa.h | 379 unsigned long UniqueID; member
|
/third_party/pulseaudio/src/modules/ |
H A D | ladspa.h | 378 unsigned long UniqueID; member
|
/third_party/skia/src/gpu/ |
H A D | GrGpuResource.h | 240 class UniqueID { class in GrGpuResource 244 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function in GrGpuResource::UniqueID
|
H A D | GrSurfaceProxy.h | 157 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 D | ELFAsmParser.cpp | 460 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 D | TargetLoweringObjectFileImpl.cpp | 594 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 D | SkTypeface.cpp | 173 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 D | FileSystem.h | 120 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 D | FileSystem.h | 134 class UniqueID { class 140 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function in llvm::sys::fs::UniqueID
|