Searched refs:mDataLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp56 mDataLayout(NULL),
67 mDataLayout = new llvm::DataLayout(Target.getTargetDescription());
268 delete mDataLayout;
H A Dslang_rs_context.h75 llvm::DataLayout *mDataLayout; member in class:slang::RSContext
118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; }

Completed in 132 milliseconds