OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMCRelaxAll
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
TargetMachine.h
157
///
setMCRelaxAll
- Set whether all machine code instructions should be
159
void
setMCRelaxAll
(bool Value) { MCRelaxAll = Value; }
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
141
mTarget->
setMCRelaxAll
(true);
/external/llvm/tools/llc/
llc.cpp
339
Target.
setMCRelaxAll
(true);
/external/clang/lib/CodeGen/
BackendUtil.cpp
464
TM->
setMCRelaxAll
(true);
Completed in 54 milliseconds