Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp66 mCodeModel = llvm::CodeModel::Small; in CompilerConfig()
220 setCodeModel(llvm::CodeModel::Small); in initializeArch()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp186 config->setCodeModel(llvm::CodeModel::Small); in ConfigCompiler()
/frameworks/base/core/java/android/text/
DHtml.java809 start(mSpannableStringBuilder, new Small()); in handleStartTag()
870 end(mSpannableStringBuilder, Small.class, new RelativeSizeSpan(0.8f)); in handleEndTag()
1268 private static class Small { } class in HtmlToSpannedConverter
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp238 config->setCodeModel(llvm::CodeModel::Small); in ConfigCompiler()
/frameworks/compile/slang/
Dslang_backend.cpp191 CM = llvm::CodeModel::Small; in CreateCodeGenPasses()