Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp112 JumpTablePSV(PseudoSourceValue::JumpTable, TII), in PseudoSourceValueManager()
126 return &JumpTablePSV; in getJumpTable()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h159 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable