Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPseudoSourceValue.cpp106 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TM) {} in PseudoSourceValueManager()
115 return &ConstantPoolPSV; in getConstantPool()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h157 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable