Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h90 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>; variable
91 ConstantPoolMapTy ConstantPools;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp81 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()