Home
last modified time | relevance | path

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

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