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

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 149 getStreamer().EmitSymbolAttribute(Sym, Attr);
171 getStreamer().SwitchSection(getContext().getCOFFSection(
185 getStreamer().BeginCOFFSymbolDef(Sym);
200 getStreamer().EmitCOFFSymbolStorageClass(SymbolStorageClass);
213 getStreamer().EmitCOFFSymbolType(Type);
219 getStreamer().EndCOFFSymbolDef();
234 getStreamer().EmitCOFFSecRel32(Symbol);
249 getStreamer().EmitWin64EHStartProc(Symbol);
255 getStreamer().EmitWin64EHEndProc();
261 getStreamer().EmitWin64EHStartChained()
    [all...]
ELFAsmParser.cpp 177 getStreamer().EmitSymbolAttribute(Sym, Attr);
198 getStreamer().SwitchSection(getContext().getELFSection(
221 getStreamer().EmitELFSize(Sym, Expr);
317 getStreamer().PushSection();
320 getStreamer().PopSection();
328 if (!getStreamer().PopSection())
445 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
452 const MCSection *PreviousSection = getStreamer().getPreviousSection();
455 getStreamer().SwitchSection(PreviousSection);
503 getStreamer().EmitSymbolAttribute(Sym, Attr)
    [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 const MCSection *PreviousSection = getStreamer().getPreviousSection();
572 getStreamer().SwitchSection(PreviousSection)
    [all...]
AsmParser.cpp 192 virtual MCStreamer &getStreamer() { return Out; }
557 getStreamer().EmitBytes(SrcMgr.getMemoryBuffer(NewBuf)->getBuffer(),
604 getContext().setGenDwarfSection(getStreamer().getCurrentSection());
606 getStreamer().EmitLabel(SectionStartSym);
608 getStreamer().EmitDwarfFileDirective(getContext().nextGenDwarfFileNumber(),
669 if (!ParsingInlineAsm && !getStreamer().getCurrentSection()) {
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 58 MCStreamer &getStreamer() { return getParser().getStreamer(); }
MCAsmParser.h 77 /// getStreamer - Return the output streamer for the assembler.
78 virtual MCStreamer &getStreamer() = 0;
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 549 getParser().getStreamer().EmitValue(Value, Size);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 261 if (MCELFStreamer *MES = dyn_cast<MCELFStreamer>(&Parser.getStreamer()))
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 1333 milliseconds