OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCodeModel
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCCodeGenInfo.h
42
CodeModel::Model
getCodeModel
() const { return CMModel; }
/external/llvm/lib/Target/
TargetMachine.cpp
97
///
getCodeModel
- Returns the code model. The choices are small, kernel,
99
CodeModel::Model TargetMachine::
getCodeModel
() const {
102
return CodeGenInfo->
getCodeModel
();
/frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h
84
inline llvm::CodeModel::Model
getCodeModel
() const
Completed in 250 milliseconds