HomeSort by relevance Sort by last modified time
    Searched full:streamer (Results 176 - 200 of 215) sorted by null

1 2 3 4 5 6 78 9

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 73 /// EmitInlineAsm - Emit a blob of inline asm to the output streamer.
83 // If the output streamer does not have mature MC support or the integrated
145 report_fatal_error("Inline asm not supported by this streamer because"
DIEHash.cpp 286 HashingByteStreamer Streamer(*this);
290 DD.emitDebugLocEntry(Streamer, Entry);
AsmPrinter.cpp 100 AsmPrinter::AsmPrinter(TargetMachine &tm, MCStreamer &Streamer)
103 OutContext(Streamer.getContext()),
104 OutStreamer(Streamer),
109 VerboseAsm = Streamer.isVerboseAsm();
    [all...]
DwarfDebug.h 643 void emitDebugLocEntry(ByteStreamer &Streamer, const DebugLocEntry &Entry);
EHStreamer.cpp 1 //===-- CodeGen/AsmPrinter/EHStreamer.cpp - Exception Directive Streamer --===//
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 1 //===-- MipsTargetStreamer.cpp - Mips Target Streamer Methods -------------===//
10 // This file provides Mips specific target streamer methods.
383 return static_cast<MCELFStreamer &>(Streamer);
MipsNaClELFStreamer.cpp 137 /// streamer. We override it to mask dangerous instructions.
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 129 explicit AsmPrinter(TargetMachine &TM, MCStreamer &Streamer);
481 /// Emit a blob of inline asm to the output streamer.
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 382 MCStreamer &Streamer) const;
386 MCStreamer &Streamer) const;
MCExpr.h 528 virtual void visitUsedExpr(MCStreamer& Streamer) const = 0;
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 54 AArch64AsmPrinter(TargetMachine &TM, MCStreamer &Streamer)
55 : AsmPrinter(TM, Streamer),
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 603 // track last visible streamer position
713 // return the last visible streamer position
736 // track last visible streamer position
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 83 /// isVerboseAsm - Return true if this streamer supports verbose assembly at
236 /// EmitRawText - If this file is backed by an assembly streamer, this dumps
    [all...]
MCMachOStreamer.cpp 1 //===-- MCMachOStreamer.cpp - MachO Streamer ------------------------------===//
MCExpr.cpp 573 /// is done (see the object streamer for example) and having the Asm argument
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 260 // Otherwise, inform the streamer that we need these bytes in memory.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 442 // Register the object streamer.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state 122 (!srcfile 511 "lto-streamer.h")
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 316 0x1F38F, // CARP STREAMER
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
AsmParser.cpp 580 /// then just emitting the byte contents of the file to the streamer. This
800 // temporary label to the streamer and refer to it.
    [all...]
  /external/qemu/
Makefile.common 567 qobject/json-streamer.c \
  /external/llvm/docs/
CodeGenerator.rst 625 to output an MCInst to the streamer.
642 inherit from it, a target object streamer and a target asm streamer. The target
643 asm streamer just prints it (``emitFnStart -> .fnstrart``), and the object
644 streamer implement the assembler logic for it.
648 passing callbacks that allocate the corresponding target streamer and pass it
649 to createAsmStreamer or to the appropriate object streamer constructor.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 84 * CS - Command streamer. Notional first unit, little software
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 6 78 9