Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp98 : StackPSV(PseudoSourceValue::Stack), GOTPSV(PseudoSourceValue::GOT), in PseudoSourceValueManager()
103 return &StackPSV; in getStack()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h148 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable