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

  /external/llvm/lib/MC/
ConstantPools.cpp 85 const MCSection *Section = Streamer.getCurrentSection().first;
93 const MCSection *Section = Streamer.getCurrentSection().first;
MCObjectStreamer.cpp 101 MCLineEntry::Make(this, getCurrentSection().first);
196 MCLineEntry::Make(this, getCurrentSection().first);
263 MCLineEntry::Make(this, getCurrentSection().first);
300 MCLineEntry::Make(this, getCurrentSection().first);
370 unsigned ItemSize = getCurrentSection().first->isVirtualSection() ? 0 : 1;
MCAsmStreamer.cpp 618 assert(getCurrentSection().first &&
649 assert(getCurrentSection().first &&
    [all...]
MCMachOStreamer.cpp 145 AssignSection(Symbol, getCurrentSection().first);
MCStreamer.cpp 234 assert(getCurrentSection().first && "Cannot emit before setting section!");
235 AssignSection(Symbol, getCurrentSection().first);
MCDwarf.cpp     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 134 Symbol->setSection(*getCurrentSection().first);
  /external/llvm/include/llvm/MC/
MCStreamer.h 295 /// getCurrentSection - Return the current section that the streamer is
297 MCSectionSubPair getCurrentSection() const {
327 std::make_pair(getCurrentSection(), getPreviousSection()));
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 159 const MCSection *getCurrentSection() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 152 /// getCurrentSection() - Return the current section we are emitting to.
153 const MCSection *AsmPrinter::getCurrentSection() const {
154 return OutStreamer.getCurrentSection().first;
    [all...]
DwarfDebug.cpp     [all...]
DwarfUnit.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 498 getStreamer().getCurrentSection().first);
DarwinAsmParser.cpp 435 getStreamer().getCurrentSection().first);
    [all...]
ELFAsmParser.cpp 538 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
AsmParser.cpp 636 getStreamer().getCurrentSection().first);
703 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 605 AssignSection(Symbol, getCurrentSection().first);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 725 MCSectionSubPair Current = OutStreamer.getCurrentSection();
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 932 milliseconds