Home
last modified time | relevance | path

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

/llvm-project/llvm/test/DebugInfo/COFF/
H A Djump-table.ll36 ; compressed (Base = Branch+0x4, SwitchType = UInt8ShiftLeft/UInt16ShiftLeft)
41 ; (Base = Branch+0x4, SwitchType = UInt8ShiftLeft/UInt16ShiftLeft/UInt32) but
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h644 UInt8ShiftLeft = 7, enumerator
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp449 CV_ENUM_CLASS_ENT(JumpTableEntrySize, UInt8ShiftLeft),
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp374 RETURN_CASE(JumpTableEntrySize, UInt8ShiftLeft, "uint8shl"); in formatJumpTableEntrySize()
/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1146 EntrySize = codeview::JumpTableEntrySize::UInt8ShiftLeft; in getCodeViewJumpTableInfo()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1330 EntrySize = codeview::JumpTableEntrySize::UInt8ShiftLeft; in LowerMOPS()