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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 43 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd };
98 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd };
114 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); }
  /external/llvm/include/llvm/IR/
Statepoint.h 81 IDPos = 0,
107 const Value *IDVal = getCallSite().getArgument(IDPos);

Completed in 56 milliseconds