Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2964 SmallVector<unsigned> HotJumpTableIndices, ColdJumpTableIndices; in emitJumpTableInfo() local
2970 ColdJumpTableIndices.push_back(JTI); in emitJumpTableInfo()
2977 emitJumpTableImpl(*MJTI, ColdJumpTableIndices); in emitJumpTableInfo()