Home
last modified time | relevance | path

Searched refs:NextUniqueID (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h34 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable
141 mutable unsigned NextUniqueID = 0; variable
185 mutable unsigned NextUniqueID = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp597 UniqueID = NextUniqueID++; in getExplicitSectionGlobal()
633 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument
673 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
674 (*NextUniqueID)++; in selectELFSectionForGlobal()
707 &NextUniqueID, AssociatedSymbol); in SelectSectionForGlobal()
723 ELF::SHF_ALLOC, &NextUniqueID, in getSectionForJumpTable()
1365 UniqueID = NextUniqueID++; in SelectSectionForGlobal()
1437 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable()
1730 const TargetMachine &TM, bool EmitUniqueSection, unsigned *NextUniqueID) { in selectWasmSectionForGlobal() argument
1751 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp192 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
196 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()