OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Subsection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCSectionELF.cpp
37
const MCExpr *
Subsection
) const {
41
if (
Subsection
)
42
OS << '\t' << *
Subsection
;
138
if (
Subsection
)
139
OS << "\t.
subsection
\t" << *
Subsection
<< '\n';
/external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
79
addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".
subsection
");
197
const MCExpr *
Subsection
= 0;
199
if (getParser().parseExpression(
Subsection
))
205
Subsection
);
354
const MCExpr *
Subsection
= 0;
367
if (getParser().parseExpression(
Subsection
))
468
Subsection
);
638
const MCExpr *
Subsection
= 0;
640
if (getParser().parseExpression(
Subsection
))
647
getStreamer().
SubSection
(Subsection)
[
all
...]
Completed in 39 milliseconds