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 56 mDataLayout(NULL),
67 mDataLayout = new llvm::DataLayout(Target.getTargetDescription());
268 delete mDataLayout;
slang_rs_context.h 75 llvm::DataLayout *mDataLayout;
118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; }

Completed in 85 milliseconds