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

  /external/llvm/lib/MC/
MCNullStreamer.cpp 36 assert(getCurrentSection() && "Cannot emit before setting section!");
37 Symbol->setSection(*getCurrentSection());
MCPureStreamer.cpp 117 assert(getCurrentSection() && "Cannot emit before setting section!");
119 Symbol->setSection(*getCurrentSection());
MCObjectStreamer.cpp 172 MCLineEntry::Make(this, getCurrentSection());
MCStreamer.cpp 181 assert(getCurrentSection() && "Cannot emit before setting section!");
182 Symbol->setSection(*getCurrentSection());
MCMachOStreamer.cpp 122 Symbol->setSection(*getCurrentSection());
MCAsmStreamer.cpp 586 assert(getCurrentSection() && "Cannot emit contents before setting section!");
617 assert(getCurrentSection() && "Cannot emit contents before setting section!");
    [all...]
MCELFStreamer.cpp 403 Symbol->setSection(*getCurrentSection());
MCDwarf.cpp 744 if (context.getGenDwarfSection() != MCOS->getCurrentSection())
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 240 assert(getCurrentSection() && "Cannot emit before setting section!");
244 Symbol->setSection(*getCurrentSection());
336 assert(getCurrentSection() && "Cannot emit contents before setting section!");
362 assert(getCurrentSection() && "Cannot emit contents before setting section!");
513 assert(getCurrentSection() && "Cannot emit contents before setting section!");
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 136 /// getCurrentSection() - Return the current section we are emitting to.
137 const MCSection *getCurrentSection() const;
  /external/llvm/include/llvm/MC/
MCStreamer.h 162 /// getCurrentSection - Return the current section that the streamer is
164 const MCSection *getCurrentSection() const {
187 SectionStack.push_back(std::make_pair(getCurrentSection(),
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 142 /// getCurrentSection() - Return the current section we are emitting to.
143 const MCSection *AsmPrinter::getCurrentSection() const {
144 return OutStreamer.getCurrentSection();
718 MCLineEntry::Make(&OutStreamer, getCurrentSection());
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 511 getContext().setGenDwarfSection(getStreamer().getCurrentSection());
574 if (!getStreamer().getCurrentSection()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 396 const MCSection *Current = OutStreamer.getCurrentSection();
  /external/llvm/tools/lto/
LTOModule.cpp 590 Symbol->setSection(*getCurrentSection());

Completed in 45 milliseconds