Home
last modified time | relevance | path

Searched refs:JumpTableIndices (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h936 ArrayRef<unsigned> JumpTableIndices);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp120 ArrayRef<unsigned> JumpTableIndices) override;
1278 ArrayRef<unsigned> JumpTableIndices) { in emitJumpTableImpl() argument
1280 if (JumpTableIndices.empty()) in emitJumpTableImpl()
1289 TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices.front()]); in emitJumpTableImpl()
1296 for (unsigned JTI : JumpTableIndices) { in emitJumpTableImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2981 ArrayRef<unsigned> JumpTableIndices) { in emitJumpTableImpl() argument
2983 JumpTableIndices.empty()) in emitJumpTableImpl()
3001 TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices.front()]); in emitJumpTableImpl()
3016 for (const unsigned JumpTableIndex : JumpTableIndices) { in emitJumpTableImpl()