Home
last modified time | relevance | path

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

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