Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp106 JumpTablePSV(PseudoSourceValue::JumpTable, TM), in PseudoSourceValueManager()
120 return &JumpTablePSV; in getJumpTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h29 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable