Searched refs:JumpTableIndices (Results 1 – 3 of 3) sorted by relevance
936 ArrayRef<unsigned> JumpTableIndices);
120 ArrayRef<unsigned> JumpTableIndices) override;1278 ArrayRef<unsigned> JumpTableIndices) { in emitJumpTableImpl() argument1280 if (JumpTableIndices.empty()) in emitJumpTableImpl()1289 TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices.front()]); in emitJumpTableImpl()1296 for (unsigned JTI : JumpTableIndices) { in emitJumpTableImpl()
2981 ArrayRef<unsigned> JumpTableIndices) { in emitJumpTableImpl() argument2983 JumpTableIndices.empty()) in emitJumpTableImpl()3001 TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices.front()]); in emitJumpTableImpl()3016 for (const unsigned JumpTableIndex : JumpTableIndices) { in emitJumpTableImpl()