Searched defs:isStructReturn (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp2105 /// isStructReturn - Should this function actually return a struct by-value?
2106 bool isStructReturn = F->hasStructRetAttr(); local
2143 if (isStructReturn) {
2175 if (isStructReturn) {
2212 if (!isStructReturn)
2235 /// isStructReturn - Should this function actually return a struct by-value?
2236 bool isStructReturn = F.hasStructRetAttr(); local
2242 if (isStructReturn) {
2362 bool isStructReturn = I.getParent()->getParent()->hasStructRetAttr(); local
2364 if (isStructReturn) {
[all...]

Completed in 110 milliseconds