OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseSmallSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
90
//
UseSmallSection
- Small section is used.
91
bool
UseSmallSection
;
244
bool
useSmallSection
() const { return
UseSmallSection
; }
MipsSubtarget.cpp
173
// Set
UseSmallSection
.
176
UseSmallSection
= !IsLinux && (RM == Reloc::Static);
Completed in 63 milliseconds