Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DConstantPools.h78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy; typedef
79 ConstantPoolMapTy ConstantPools;
/external/llvm/lib/MC/
DConstantPools.cpp51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()