OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCurrentSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCStreamer.h
176
///
getCurrentSection
- Return the current section that the streamer is
178
MCSectionSubPair
getCurrentSection
() const {
201
SectionStack.push_back(std::make_pair(
getCurrentSection
(),
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
141
///
getCurrentSection
() - Return the current section we are emitting to.
142
const MCSection *AsmPrinter::
getCurrentSection
() const {
143
return OutStreamer.
getCurrentSection
().first;
734
MCLineEntry::Make(&OutStreamer,
getCurrentSection
());
[
all
...]
Completed in 60 milliseconds