Searched refs:EntryKind (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h79 JTEntryKind EntryKind; member in class:llvm::MachineJumpTableInfo
82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {}
84 JTEntryKind getEntryKind() const { return EntryKind; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h79 enum EntryType EntryKind; member in struct:llvm::DotDebugLocEntry
92 Constant(false) { Constants.Int = 0; EntryKind = E_Location; }
95 Constant(true) { Constants.Int = i; EntryKind = E_Integer; }
98 Constant(true) { Constants.CFP = FPtr; EntryKind = E_ConstantFP; }
101 Constant(true) { Constants.CIP = IPtr; EntryKind = E_ConstantInt; }
113 bool isLocation() const { return EntryKind == E_Location; }
114 bool isInt() const { return EntryKind == E_Integer; }
115 bool isConstantFP() const { return EntryKind == E_ConstantFP; }
116 bool isConstantInt() const { return EntryKind == E_ConstantInt; }
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp103 getOrCreateJumpTableInfo(unsigned EntryKind) { argument
107 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);

Completed in 152 milliseconds