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()
87 this == getJumpTable())
96 this == getJumpTable())
104 this == getJumpTable())
MachineInstr.cpp 407 MachinePointerInfo MachinePointerInfo::getJumpTable() {
408 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 586 milliseconds