Searched refs:forDirect (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp1935 ArgVals.push_back(ParamValue::forDirect(V));
2040 ArgVals.push_back(ParamValue::forDirect(V));
2097 ArgVals.push_back(ParamValue::forDirect(V));
2129 ArgVals.push_back(ParamValue::forDirect(U));
H A DCodeGenFunction.h2066 static ParamValue forDirect(llvm::Value *value) { function in class:clang::CodeGen::CodeGenFunction::ParamValue

Completed in 60 milliseconds