Home
last modified time | relevance | path

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

12

/external/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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSectionELF.h33 unsigned UniqueID; variable
54 unsigned UniqueID, MCSymbol *Begin, in MCSectionELF()
DMCSectionWasm.h27 unsigned UniqueID; variable
49 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
DMCContext.h255 unsigned UniqueID; member
277 unsigned UniqueID; member
298 unsigned UniqueID; member
656 unsigned UniqueID) { in getWasmSection()
/external/llvm/include/llvm/MC/
DMCSectionELF.h41 unsigned UniqueID; variable
56 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, in MCSectionELF()
DMCContext.h185 unsigned UniqueID; member
203 unsigned UniqueID; member
367 const Twine &Group, unsigned UniqueID) { in getELFSection()
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/FileSystem/
DUniqueID.h32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCContext.cpp469 bool Comdat, unsigned UniqueID, in createELFSectionImpl()
526 unsigned UniqueID, in getELFSection()
539 bool IsComdat, unsigned UniqueID, in getELFSection()
614 unsigned Flags, unsigned UniqueID, in recordELFMergeableSectionInfo()
664 unsigned UniqueID, in getCOFFSection()
702 unsigned UniqueID) { in getAssociativeCOFFSection()
723 unsigned UniqueID, in getWasmSection()
737 unsigned UniqueID, in getWasmSection()
/external/llvm/lib/MC/
DMCContext.cpp301 unsigned UniqueID = Section->getUniqueID(); in renameELFSection() local
335 const Twine &Group, unsigned UniqueID, in getELFSection()
348 unsigned UniqueID, in getELFSection()
391 unsigned UniqueID, in getCOFFSection()
437 unsigned UniqueID) { in getAssociativeCOFFSection()
/external/skia/src/gpu/ganesh/
DGrSurfaceProxy.h185 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() function
187 UniqueID() : fID(GrGpuResource::CreateUniqueID()) { } in UniqueID() function
202 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function
DGrGpuResource.h168 explicit UniqueID(uint32_t id) : fID(id) {} in UniqueID() function
/external/clang/lib/Lex/
DPTHLexer.cpp635 llvm::sys::fs::UniqueID UniqueID; member in __anond89208360211::PTHStatData
638 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID, in PTHStatData()
676 llvm::sys::fs::UniqueID UniqueID(Device, File); in ReadData() local
/external/clang/include/clang/Basic/
DFileSystemStatCache.h35 llvm::sys::fs::UniqueID UniqueID; member
DFileManager.h60 llvm::sys::fs::UniqueID UniqueID; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h33 unsigned UniqueID; variable
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp481 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID()
540 int64_t UniqueID = ~0; in ParseSectionArguments() local
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h47 unsigned UniqueID; variable
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp303 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() local
953 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal() local
1020 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h48 unsigned UniqueID; variable

12