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

1 2

  /external/llvm/lib/MC/
ConstantPools.cpp 82 MCSection *Section = Streamer.getCurrentSection().first;
91 MCSection *Section = Streamer.getCurrentSection().first;
MCObjectStreamer.cpp 130 MCDwarfLineEntry::Make(this, getCurrentSection().first);
238 MCDwarfLineEntry::Make(this, getCurrentSection().first);
307 MCDwarfLineEntry::Make(this, getCurrentSection().first);
417 MCDwarfLineEntry::Make(this, getCurrentSection().first);
432 MCSection *CurSec = getCurrentSection().first;
494 const MCSection *Sec = getCurrentSection().first;
MCAsmStreamer.cpp 740 assert(getCurrentSection().first &&
785 assert(getCurrentSection().first &&
    [all...]
MCELFStreamer.cpp 310 MCSectionSubPair P = getCurrentSection();
  /external/swiftshader/third_party/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 164 MCLineEntry::Make(this, getCurrentSection());
MCStreamer.cpp 176 assert(getCurrentSection() && "Cannot emit before setting section!");
177 Symbol->setSection(*getCurrentSection());
MCELFStreamer.cpp 273 Symbol->setSection(*getCurrentSection());
MCMachOStreamer.cpp 122 Symbol->setSection(*getCurrentSection());
MCAsmStreamer.cpp 573 assert(getCurrentSection() && "Cannot emit contents before setting section!");
604 assert(getCurrentSection() && "Cannot emit contents before setting section!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 238 assert(getCurrentSection() && "Cannot emit before setting section!");
242 Symbol->setSection(*getCurrentSection());
334 assert(getCurrentSection() && "Cannot emit contents before setting section!");
360 assert(getCurrentSection() && "Cannot emit contents before setting section!");
502 assert(getCurrentSection() && "Cannot emit contents before setting section!");
  /external/llvm/include/llvm/MC/
MCStreamer.h 292 MCSectionSubPair getCurrentSection() const {
297 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
321 std::make_pair(getCurrentSection(), getPreviousSection()));
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 112 MCSectionSubPair P = getCurrentSection();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 140 /// getCurrentSection() - Return the current section we are emitting to.
141 const MCSection *getCurrentSection() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 110 MCSectionSubPair P = getCurrentSection();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 160 /// getCurrentSection - Return the current section that the streamer is
162 const MCSection *getCurrentSection() const {
185 SectionStack.push_back(std::make_pair(getCurrentSection(),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCStreamer.h 332 MCSectionSubPair getCurrentSection() const {
337 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
361 std::make_pair(getCurrentSection(), getPreviousSection()));
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 183 const MCSection *getCurrentSection() const;
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 282 MCSectionSubPair Current = OutStreamer->getCurrentSection();
303 MCSectionSubPair Current = OutStreamer->getCurrentSection();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 227 const MCSection *getCurrentSection() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 337 MCSectionSubPair Current = OutStreamer->getCurrentSection();
355 MCSectionSubPair Current = OutStreamer->getCurrentSection();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 162 /// getCurrentSection() - Return the current section we are emitting to.
163 const MCSection *AsmPrinter::getCurrentSection() const {
164 return OutStreamer->getCurrentSection().first;
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 518 getStreamer().getCurrentSection().first);
ELFAsmParser.cpp 513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();

Completed in 651 milliseconds

1 2