Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp150 void emitJumpTable(const JumpTable &JT, MCSection *HotSection,
748 emitJumpTable(JT, HotSection, ColdSection); in emitJumpTables()
753 void BinaryEmitter::emitJumpTable(const JumpTable &JT, MCSection *HotSection, in emitJumpTable() function in BinaryEmitter
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h340 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp755 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() function in IRTranslator
3148 emitJumpTable(JTCase.second, JTCase.second.MBB); in finalizeBasicBlock()