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 107 // Cache the result after calling convertToLLVMType() at the first time
138 virtual llvm::Type *convertToLLVMType() const = 0;
186 mLLVMType = convertToLLVMType();
280 virtual llvm::Type *convertToLLVMType() const;
350 virtual llvm::Type *convertToLLVMType() const;
386 virtual llvm::Type *convertToLLVMType() const;
426 virtual llvm::Type *convertToLLVMType() const;
464 virtual llvm::Type *convertToLLVMType() const;
548 virtual llvm::Type *convertToLLVMType() const;
slang_rs_export_type.cpp     [all...]

Completed in 486 milliseconds