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 188 // Cache the result after calling convertToLLVMType() at the first time
217 virtual llvm::Type *convertToLLVMType() const = 0;
261 mLLVMType = convertToLLVMType();
315 virtual llvm::Type *convertToLLVMType() const;
383 virtual llvm::Type *convertToLLVMType() const;
417 virtual llvm::Type *convertToLLVMType() const;
455 virtual llvm::Type *convertToLLVMType() const;
489 virtual llvm::Type *convertToLLVMType() const;
573 virtual llvm::Type *convertToLLVMType() const;
slang_rs_export_type.cpp     [all...]

Completed in 197 milliseconds