Searched refs:NextUniqueID (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 34 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable 138 mutable unsigned NextUniqueID = 0; variable 182 mutable unsigned NextUniqueID = 0; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 392 UniqueID = NextUniqueID++; in getExplicitSectionGlobal() 452 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument 492 UniqueID = *NextUniqueID; in selectELFSectionForGlobal() 493 (*NextUniqueID)++; in selectELFSectionForGlobal() 526 &NextUniqueID, AssociatedSymbol); in SelectSectionForGlobal() 542 ELF::SHF_ALLOC, &NextUniqueID, in getSectionForJumpTable() 1153 UniqueID = NextUniqueID++; in SelectSectionForGlobal() 1225 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable() 1498 const TargetMachine &TM, bool EmitUniqueSection, unsigned *NextUniqueID) { in selectWasmSectionForGlobal() argument 1519 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCContext.cpp | 34 NextUniqueID(0), in MCContext() 93 raw_svector_ostream(NewName) << NextUniqueID++; in CreateSymbol() 115 << MAI.getPrivateGlobalPrefix() << "tmp" << NextUniqueID++; in CreateTempSymbol()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 36 mutable unsigned NextUniqueID = 0; variable 143 mutable unsigned NextUniqueID = 0; variable
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 249 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal() argument 305 UniqueID = *NextUniqueID; in selectELFSectionForGlobal() 306 (*NextUniqueID)++; in selectELFSectionForGlobal() 329 EmitUniqueSection, Flags, &NextUniqueID); in SelectSectionForGlobal() 343 &NextUniqueID); in getSectionForJumpTable() 955 UniqueID = NextUniqueID++; in SelectSectionForGlobal() 1020 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 184 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local 188 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCContext.h | 71 unsigned NextUniqueID; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 183 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local 187 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()
|