OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCodeModel
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h
47
llvm::CodeModel::Model
mCodeModel
;
85
{ return
mCodeModel
; }
87
{
mCodeModel
= pCodeMode; }
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
54
mCodeModel
= llvm::CodeModel::Small;
Completed in 2622 milliseconds