HomeSort by relevance Sort by last modified time
    Searched refs:ParameterOnly (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 542 Attributes RetI = Attrs & Attribute::ParameterOnly;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 898 if (AttrKind != 0 && (Attrs & Attribute::ParameterOnly))
    [all...]

Completed in 196 milliseconds