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

  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 154 unsigned getOffsetOf(MachineInstr *MI) const;
340 unsigned AArch64BranchFixup::getOffsetOf(MachineInstr *MI) const {
436 int64_t BrOffset = getOffsetOf(MI);
442 << " from " << getOffsetOf(MI) << " to " << DestOffset
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 312 unsigned getOffsetOf(MachineInstr *MI) const;
822 /// getOffsetOf - Return the current offset of the specified machine instruction
825 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const {
    [all...]

Completed in 69 milliseconds