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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 103 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 165 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) {
973 Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment());

Completed in 19 milliseconds