OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMCUseLoc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llc/
llc.cpp
296
Target.
setMCUseLoc
(false);
304
Target.
setMCUseLoc
(false);
/external/llvm/include/llvm/Target/
TargetMachine.h
202
///
setMCUseLoc
- Set whether all we should use dwarf's .loc directive.
203
void
setMCUseLoc
(bool Value) { MCUseLoc = Value; }
Completed in 183 milliseconds