HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentSection (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/MC/
ConstantPools.cpp 85 MCSection *Section = Streamer.getCurrentSection().first;
94 MCSection *Section = Streamer.getCurrentSection().first;
MCObjectStreamer.cpp 130 MCLineEntry::Make(this, getCurrentSection().first);
237 MCLineEntry::Make(this, getCurrentSection().first);
306 MCLineEntry::Make(this, getCurrentSection().first);
368 MCLineEntry::Make(this, getCurrentSection().first);
383 MCSection *CurSec = getCurrentSection().first;
440 const MCSection *Sec = getCurrentSection().first;
MCAsmStreamer.cpp 663 assert(getCurrentSection().first &&
694 assert(getCurrentSection().first &&
    [all...]
MCELFStreamer.cpp 306 MCSectionSubPair P = getCurrentSection();
MCStreamer.cpp 202 assert(getCurrentSection().first && "Cannot emit before setting section!");
MCDwarf.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 274 MCSectionSubPair getCurrentSection() const {
279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
303 std::make_pair(getCurrentSection(), getPreviousSection()));
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 111 MCSection *CrntSection = getCurrentSection().first;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 180 const MCSection *getCurrentSection() const;
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 272 MCSectionSubPair Current = OutStreamer->getCurrentSection();
293 MCSectionSubPair Current = OutStreamer->getCurrentSection();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 159 /// getCurrentSection() - Return the current section we are emitting to.
160 const MCSection *AsmPrinter::getCurrentSection() const {
161 return OutStreamer->getCurrentSection().first;
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 518 getStreamer().getCurrentSection().first);
ELFAsmParser.cpp 511 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
AsmParser.cpp 641 MCSection *Sec = getStreamer().getCurrentSection().first;
710 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) {
    [all...]
DarwinAsmParser.cpp 444 getStreamer().getCurrentSection().first);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 571 milliseconds