HomeSort by relevance Sort by last modified time
    Searched defs:getJumpTable (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 49 const PseudoSourceValue *PseudoSourceValue::getJumpTable()
83 this == getJumpTable())
92 this == getJumpTable())
100 this == getJumpTable())
MachineInstr.cpp 418 MachinePointerInfo MachinePointerInfo::getJumpTable() {
419 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 175 /// MachineRelocation::getJumpTable - Return a relocation entry for a jump
178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 58 milliseconds