OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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());
312
delete
mDataLayout
;
slang_rs_context.h
74
llvm::DataLayout *
mDataLayout
;
117
inline const llvm::DataLayout *getDataLayout() const { return
mDataLayout
; }
Completed in 762 milliseconds