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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 117 static Attribute getWithInAllocaType(LLVMContext &Context, Type *Ty);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 198 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) {
965 Attr = Attribute::getWithInAllocaType(C, B.getInAllocaType());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 3389 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy);
3876 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy);

Completed in 25 milliseconds