Home
last modified time | relevance | path

Searched refs:EntryVecTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DConstantPools.h39 typedef SmallVector<ConstantPoolEntry, 4> EntryVecTy; typedef
40 EntryVecTy Entries;
/external/llvm/lib/MC/
DConstantPools.cpp28 for (EntryVecTy::const_iterator I = Entries.begin(), E = Entries.end(); in emitEntries()