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

  /frameworks/compile/slang/
slang_rs_context.cpp 57 mDataLayout(NULL),
82 mDataLayout = new llvm::DataLayout(Target.getTargetDescription());
325 delete mDataLayout;
slang_rs_context.h 74 llvm::DataLayout *mDataLayout;
117 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; }

Completed in 96 milliseconds