Home
last modified time | relevance | path

Searched refs:JTEntryKind (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h46 enum JTEntryKind { enum
79 JTEntryKind EntryKind;
82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} in MachineJumpTableInfo()
84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind()
DMIRYamlMapping.h121 template <> struct ScalarEnumerationTraits<MachineJumpTableInfo::JTEntryKind> {
123 MachineJumpTableInfo::JTEntryKind &EntryKind) {
301 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
DMachineFunction.h221 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/llvm/lib/CodeGen/
DMachineFunction.cpp153 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()