Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:capture

2431   // Ignore the optional 'this' capture: C++ objects are not assumed
2441 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
2444 if (capture.isConstant()) continue;
2446 CharUnits fieldOffset = capture.getOffset();
2959 // Ignore the optional 'this' capture: C++ objects are not assumed
2970 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
2973 if (capture.isConstant()) continue;
2976 CharUnits::fromQuantity(layout->getElementOffset(capture.getIndex()));
4665 // Create the fragile hazards. Note that this will not capture any
4667 // capture the current basic block (which extends all the way to the