OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelSections
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCMachOStreamer.cpp
37
///
LabelSections
- true if each section change should emit a linker local
40
bool
LabelSections
;
56
LabelSections
(label) {}
122
if (
LabelSections
&& !HasSectionLabel[Section]) {
453
bool
LabelSections
) {
454
MCMachOStreamer *S = new MCMachOStreamer(Context, MAB, OS, CE,
LabelSections
);
/external/llvm/include/llvm/MC/
MCStreamer.h
784
bool
LabelSections
= false);
Completed in 54 milliseconds