Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DJumpTable.h49 enum JumpTableType : char { enum
67 JumpTableType Type;
95 JumpTableType Type, LabelMapType &&Labels, BinarySection &Section);
H A DBinaryContext.h368 uint64_t getJumpTableEntrySize(JumpTable::JumpTableType Type) const { in getJumpTableEntrySize()
481 JumpTable::JumpTableType Type);
494 const JumpTable::JumpTableType Type, BinaryFunction &BF,
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h44 enum JumpTableType { enum
/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp31 JumpTableType Type, LabelMapType &&Labels, in JumpTable()
H A DBinaryContext.cpp494 const uint64_t Address, const JumpTable::JumpTableType Type, in analyzeJumpTable()
768 JumpTable::JumpTableType Type) { in getOrCreateJumpTable()
H A DBinaryFunction.cpp913 JumpTable::JumpTableType JTType; in processIndirectBranch()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1514 ArrayType *JumpTableType = in buildBitSetsFromFunctionsNative() local
1517 ConstantExpr::getPointerCast(JumpTableFn, JumpTableType->getPointerTo(0)); in buildBitSetsFromFunctionsNative()
1532 JumpTableType, JumpTable, in buildBitSetsFromFunctionsNative()