HomeSort by relevance Sort by last modified time
    Searched defs:getCodeModel (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 42 CodeModel::Model getCodeModel() const { return CMModel; }
  /external/llvm/lib/Target/
TargetMachine.cpp 83 /// getCodeModel - Returns the code model. The choices are small, kernel,
85 CodeModel::Model TargetMachine::getCodeModel() const {
88 return CodeGenInfo->getCodeModel();
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 86 inline llvm::CodeModel::Model getCodeModel() const
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 301 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) {
442 Opts.CodeModel = getCodeModel(Args, Diags);
    [all...]

Completed in 204 milliseconds