Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp100 ConstantPoolPSV(PseudoSourceValue::ConstantPool) {} in PseudoSourceValueManager()
109 return &ConstantPoolPSV; in getConstantPool()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h148 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable