HomeSort by relevance Sort by last modified time
    Searched refs:mCodeModel (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 47 llvm::CodeModel::Model mCodeModel;
87 { return mCodeModel; }
89 { mCodeModel = pCodeMode; }
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 56 mCodeModel = llvm::CodeModel::Small;

Completed in 144 milliseconds