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

  /external/llvm/lib/MC/
ConstantPools.cpp 86 const MCSection *Section = Streamer.getCurrentSection().first;
95 const MCSection *Section = Streamer.getCurrentSection().first;
MCObjectStreamer.cpp 114 MCLineEntry::Make(this, getCurrentSection().first);
219 MCLineEntry::Make(this, getCurrentSection().first);
289 MCLineEntry::Make(this, getCurrentSection().first);
347 MCLineEntry::Make(this, getCurrentSection().first);
417 const MCSection *Sec = getCurrentSection().first;
MCAsmStreamer.cpp 621 assert(getCurrentSection().first &&
652 assert(getCurrentSection().first &&
    [all...]
MCMachOStreamer.cpp 188 AssignSection(Symbol, getCurrentSection().first);
MCStreamer.cpp 203 assert(getCurrentSection().first && "Cannot emit before setting section!");
204 AssignSection(Symbol, getCurrentSection().first);
MCDwarf.cpp     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 180 auto Sec = getCurrentSection().first;
  /external/llvm/include/llvm/MC/
MCStreamer.h 289 /// getCurrentSection - Return the current section that the streamer is
291 MCSectionSubPair getCurrentSection() const {
321 std::make_pair(getCurrentSection(), getPreviousSection()));
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 175 const MCSection *getCurrentSection() const;
  /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 502 getStreamer().getCurrentSection().first);
DarwinAsmParser.cpp 435 getStreamer().getCurrentSection().first);
    [all...]
ELFAsmParser.cpp 521 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
AsmParser.cpp 624 getStreamer().getCurrentSection().first);
691 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 639 AssignSection(Symbol, getCurrentSection().first);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 4161 milliseconds