HomeSort by relevance Sort by last modified time
    Searched refs:AddressPoolEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 23 struct AddressPoolEntry {
26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
AddressPool.cpp 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS)));

Completed in 818 milliseconds