Searched refs:JumpTableType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | JumpTable.h | 49 enum JumpTableType : char { enum 67 JumpTableType Type; 95 JumpTableType Type, LabelMapType &&Labels, BinarySection &Section);
|
| H A D | BinaryContext.h | 368 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 D | TargetOptions.h | 44 enum JumpTableType { enum
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | JumpTable.cpp | 31 JumpTableType Type, LabelMapType &&Labels, in JumpTable()
|
| H A D | BinaryContext.cpp | 494 const uint64_t Address, const JumpTable::JumpTableType Type, in analyzeJumpTable() 768 JumpTable::JumpTableType Type) { in getOrCreateJumpTable()
|
| H A D | BinaryFunction.cpp | 913 JumpTable::JumpTableType JTType; in processIndirectBranch()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1514 ArrayType *JumpTableType = in buildBitSetsFromFunctionsNative() local 1517 ConstantExpr::getPointerCast(JumpTableFn, JumpTableType->getPointerTo(0)); in buildBitSetsFromFunctionsNative() 1532 JumpTableType, JumpTable, in buildBitSetsFromFunctionsNative()
|