Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
/external/llvm/lib/CodeGen/
DMachineFunction.cpp726 switch (getEntryKind()) { in getEntrySize()
746 switch (getEntryKind()) { in getEntryAlignment()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1057 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) in initJumpTableInfo()
1085 switch (MJTI->getEntryKind()) { in emitJumpTableInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1137 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in EmitJumpTableInfo()
1148 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in EmitJumpTableInfo()
1180 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in EmitJumpTableInfo()
1222 switch (MJTI->getEntryKind()) { in EmitJumpTableEntry()