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

  /frameworks/compile/slang/
slang_rs_export_type.h 214 // Cache the result after calling convertToLLVMType() at the first time
246 virtual llvm::Type *convertToLLVMType() const = 0;
292 mLLVMType = convertToLLVMType();
398 virtual llvm::Type *convertToLLVMType() const;
470 virtual llvm::Type *convertToLLVMType() const;
504 virtual llvm::Type *convertToLLVMType() const;
542 virtual llvm::Type *convertToLLVMType() const;
577 virtual llvm::Type *convertToLLVMType() const;
661 virtual llvm::Type *convertToLLVMType() const;
slang_rs_export_type.cpp     [all...]

Completed in 105 milliseconds