Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DConstantPools.h76 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy; typedef
77 ConstantPoolMapTy ConstantPools;
/external/llvm/lib/MC/
DConstantPools.cpp53 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()
75 for (ConstantPoolMapTy::iterator CPI = ConstantPools.begin(), in emitAll()