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

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 180 getStreamer().EmitSymbolAttribute(Sym, Attr);
203 getStreamer().SwitchSection(getContext().getELFSection(
227 getStreamer().EmitELFSize(Sym, Expr);
323 getStreamer().PushSection();
326 getStreamer().PopSection();
334 if (!getStreamer().PopSection())
465 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
473 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
476 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
524 getStreamer().EmitSymbolAttribute(Sym, Attr)
    [all...]
COFFAsmParser.cpp 269 getStreamer().EmitSymbolAttribute(Sym, Attr);
291 getStreamer().SwitchSection(getContext().getCOFFSection(
359 getStreamer().BeginCOFFSymbolDef(Sym);
374 getStreamer().EmitCOFFSymbolStorageClass(SymbolStorageClass);
387 getStreamer().EmitCOFFSymbolType(Type);
393 getStreamer().EndCOFFSymbolDef();
408 getStreamer().EmitCOFFSecRel32(Symbol);
437 getStreamer().getCurrentSection().first);
481 getStreamer().EmitWin64EHStartProc(Symbol);
487 getStreamer().EmitWin64EHEndProc()
    [all...]
DarwinAsmParser.cpp 370 getStreamer().SwitchSection(getContext().getMachOSection(
384 getStreamer().EmitValueToAlignment(Align, 0, 1, 0);
413 getStreamer().EmitSymbolDesc(Sym, DescValue);
464 getStreamer().EmitLinkerOptions(Args);
538 getStreamer().SwitchSection(getContext().getMachOSection(
548 getStreamer().PushSection();
551 getStreamer().PopSection();
561 if (!getStreamer().PopSection())
569 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
572 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second)
    [all...]
AsmParser.cpp 202 virtual MCStreamer &getStreamer() { return Out; }
568 getStreamer().EmitBytes(SrcMgr.getMemoryBuffer(NewBuf)->getBuffer());
614 getContext().setGenDwarfSection(getStreamer().getCurrentSection().first);
616 getStreamer().EmitLabel(SectionStartSym);
618 getStreamer().EmitDwarfFileDirective(getContext().nextGenDwarfFileNumber(),
679 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) {
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 58 MCStreamer &getStreamer() { return getParser().getStreamer(); }
MCAsmParser.h 93 /// getStreamer - Return the output streamer for the assembler.
94 virtual MCStreamer &getStreamer() = 0;
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 262 if (MCELFStreamer *MES = dyn_cast<MCELFStreamer>(&Parser.getStreamer()))
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 764 MCStreamer &Out = getStreamer();
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 778 milliseconds