Searched refs:AddressPoolEntry (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.h | 23 struct AddressPoolEntry { struct 26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} in AddressPoolEntry() function 28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
|
D | AddressPool.cpp | 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.h | 24 struct AddressPoolEntry { struct 28 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} in AddressPoolEntry() function 30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
|
D | AddressPool.cpp | 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.h | 24 struct AddressPoolEntry { struct 28 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} in AddressPoolEntry() argument 30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
|
D | AddressPool.cpp | 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
|