Home
last modified time | relevance | path

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

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