Searched defs:MachineJumpTableInfo (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineJumpTableInfo.h | 89 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} MachineJumpTableInfo() function |
H A D | MachineFunction.h | 61 class MachineJumpTableInfo; variable |
H A D | AsmPrinter.h | 58 class MachineJumpTableInfo; global() variable |
H A D | TargetLowering.h | 83 class MachineJumpTableInfo; global() variable |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | CodeViewDebug.cpp | 3470 forEachJumpTableBranch(const MachineFunction * MF,bool isThumb,const std::function<void (const MachineJumpTableInfo &,const MachineInstr &,int64_t)> & Callback) forEachJumpTableBranch() argument |