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

/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h47 llvm::CodeModel::Model mCodeModel; member in class:bcc::CompilerConfig
87 { return mCodeModel; }
89 { mCodeModel = pCodeMode; }
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp64 mCodeModel = llvm::CodeModel::Small;

Completed in 83 milliseconds