HomeSort by: relevance | last modified time | path
    Searched refs:forIndirect (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 2671 ArgVals.push_back(ParamValue::forIndirect(V));
2702 ArgVals.push_back(ParamValue::forIndirect(V));
2920 ArgVals.push_back(ParamValue::forIndirect(Alloca));
2928 ArgVals.push_back(ParamValue::forIndirect(alloca));
2953 ArgVals.push_back(ParamValue::forIndirect(Alloca));
2969 ArgVals.push_back(ParamValue::forIndirect(CreateMemTemp(Ty)));
CGClass.cpp 2279 : ParamValue::forIndirect(RV.getAggregateAddress());
CodeGenFunction.h 3092 static ParamValue forIndirect(Address addr) {

Completed in 36 milliseconds