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

  /external/llvm/lib/IR/
Statepoint.cpp 66 uint32_t NumPatchBytes;
70 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes))
71 Result.NumPatchBytes = NumPatchBytes;
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 114 uint64_t NumPatchBytes =
116 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!");
117 return NumPatchBytes;
433 Optional<uint32_t> NumPatchBytes;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 758 unsigned NumPatchBytes = -1;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 416 milliseconds