Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp102 JumpTablePSV(PseudoSourceValue::JumpTable), in PseudoSourceValueManager()
116 return &JumpTablePSV; in getJumpTable()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h144 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable