Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h33 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable
150 mutable unsigned NextUniqueID = 0; variable
192 mutable unsigned NextUniqueID = 0; variable
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h36 mutable unsigned NextUniqueID = 0; variable
143 mutable unsigned NextUniqueID = 0; variable
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp691 UniqueID = NextUniqueID++; in getExplicitSectionGlobal()
713 UniqueID = NextUniqueID++; in getExplicitSectionGlobal()
722 UniqueID = maybeID ? *maybeID : NextUniqueID++; in getExplicitSectionGlobal()
767 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument
784 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
785 (*NextUniqueID)++; in selectELFSectionForGlobal()
821 &NextUniqueID, LinkedToSym); in SelectSectionForGlobal()
837 ELF::SHF_ALLOC, &NextUniqueID, in getSectionForJumpTable()
872 ? NextUniqueID++ in getSectionForLSDA()
930 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp249 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/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 …]
/external/llvm/lib/MC/
DMCContext.cpp184 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
188 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()
/external/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()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp214 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
218 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()