Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Start

2761 /// BitsContainNoUserData - Return true if the specified [start,end) bit range
2983 // In order to correctly satisfy the ABI, we need to the high part to start
2993 // second element will start at an 8 byte offset. We can't increase the size
3756 // Floating-point registers start after the general-purpose registers.
4804 // registers. First start the appropriate block:
7643 // Start to emit an incomplete TypeString.
7644 size_t Start = Enc.size();
7659 std::string StubEnc(Enc.substr(Start).str());
7680 TSC.addIfComplete(ID, Enc.substr(Start), IsRecursive);
7695 size_t Start = Enc.size();
7723 TSC.addIfComplete(ID, Enc.substr(Start), false);