Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp105 JumpTablePSV(PseudoSourceValue::JumpTable, TM), in PseudoSourceValueManager()
119 return &JumpTablePSV; in getJumpTable()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h157 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable