Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h479 const MCSymbol *getOrCreateJumpTable(BinaryFunction &Function,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp428 getOrCreateJumpTable(BF, Address, JumpTable::JTT_PIC); in handleAddressRef()
767 BinaryContext::getOrCreateJumpTable(BinaryFunction &Function, uint64_t Address, in getOrCreateJumpTable() function in llvm::bolt::BinaryContext
H A DBinaryFunction.cpp930 const MCSymbol *JTLabel = BC.getOrCreateJumpTable(*this, ArrayStart, JTType); in processIndirectBranch()