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 213 // Cache the result after calling convertToLLVMType() at the first time
245 virtual llvm::Type *convertToLLVMType() const = 0;
291 mLLVMType = convertToLLVMType();
345 virtual llvm::Type *convertToLLVMType() const;
417 virtual llvm::Type *convertToLLVMType() const;
451 virtual llvm::Type *convertToLLVMType() const;
489 virtual llvm::Type *convertToLLVMType() const;
523 virtual llvm::Type *convertToLLVMType() const;
607 virtual llvm::Type *convertToLLVMType() const;
slang_rs_export_type.cpp     [all...]

Completed in 317 milliseconds