Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp913 JumpTable::JumpTableType JTType; in processIndirectBranch() local
917 JTType = JumpTable::JTT_PIC; in processIndirectBranch()
926 JTType = JumpTable::JTT_NORMAL; in processIndirectBranch()
930 const MCSymbol *JTLabel = BC.getOrCreateJumpTable(*this, ArrayStart, JTType); in processIndirectBranch()