Home
last modified time | relevance | path

Searched refs:UInt16ShiftLeft (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.h645 UInt16ShiftLeft = 8, enumerator
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp450 CV_ENUM_CLASS_ENT(JumpTableEntrySize, UInt16ShiftLeft),
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp375 RETURN_CASE(JumpTableEntrySize, UInt16ShiftLeft, "uint16shl"); in formatJumpTableEntrySize()
/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1138 EntrySize = codeview::JumpTableEntrySize::UInt16ShiftLeft; in getCodeViewJumpTableInfo()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1333 EntrySize = codeview::JumpTableEntrySize::UInt16ShiftLeft; in LowerMOPS()