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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 259 bool Argument::hasStructRetAttr() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 694 bool hasStructRetAttr() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 265 if (MF.getFunction().hasStructRetAttr()) {
520 if (MF.getFunction().hasStructRetAttr()) {
780 bool hasStructRetAttr = false;
825 hasStructRetAttr = true;
954 if (hasStructRetAttr)

Completed in 19 milliseconds