Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DConstantPools.h85 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>; variable
86 ConstantPoolMapTy ConstantPools;
/llvm-project-15.0.7/llvm/lib/MC/
H A DConstantPools.cpp80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()