Home
last modified time | relevance | path

Searched defs:isJumpTable (Results 1 – 4 of 4) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DJumpTable.h115 bool isJumpTable() const override { return true; } in isJumpTable() function
H A DBinaryData.h84 virtual bool isJumpTable() const { return false; } in isJumpTable() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h67 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h95 bool isJumpTable() const { return Kind == XtensaCP::CPJumpTable; } in isJumpTable() function