Home
last modified time | relevance | path

Searched refs:streamer (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCWin64EH.cpp53 static void EmitAbsDifference(MCStreamer &streamer, MCSymbol *lhs, in EmitAbsDifference() argument
55 MCContext &context = streamer.getContext(); in EmitAbsDifference()
61 streamer.EmitAbsValue(diff, 1); in EmitAbsDifference()
65 static void EmitUnwindCode(MCStreamer &streamer, MCSymbol *begin, in EmitUnwindCode() argument
72 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
74 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
77 EmitAbsDifference(streamer, inst.getLabel(), begin); in EmitUnwindCode()
80 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
82 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
85 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
[all …]
DMCDwarf.cpp433 static int getDataAlignmentFactor(MCStreamer &streamer) { in getDataAlignmentFactor() argument
434 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
443 static unsigned getSizeForEncoding(MCStreamer &streamer, in getSizeForEncoding() argument
445 MCContext &context = streamer.getContext(); in getSizeForEncoding()
465 static void EmitSymbol(MCStreamer &streamer, const MCSymbol &symbol, in EmitSymbol() argument
467 MCContext &context = streamer.getContext(); in EmitSymbol()
471 streamer); in EmitSymbol()
472 unsigned size = getSizeForEncoding(streamer, symbolEncoding); in EmitSymbol()
473 if (streamer.isVerboseAsm() && comment) streamer.AddComment(comment); in EmitSymbol()
474 streamer.EmitAbsValue(v, size); in EmitSymbol()
[all …]
/external/llvm/lib/MC/
DMCWin64EH.cpp59 static void EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, in EmitUnwindCode() argument
66 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
68 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
71 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
74 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
76 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
79 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
82 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
86 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
87 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
[all …]
DMCDwarf.cpp948 static int getDataAlignmentFactor(MCStreamer &streamer) { in getDataAlignmentFactor() argument
949 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
958 static unsigned getSizeForEncoding(MCStreamer &streamer, in getSizeForEncoding() argument
960 MCContext &context = streamer.getContext(); in getSizeForEncoding()
979 static void emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, in emitFDESymbol() argument
981 MCContext &context = streamer.getContext(); in emitFDESymbol()
985 streamer); in emitFDESymbol()
986 unsigned size = getSizeForEncoding(streamer, symbolEncoding); in emitFDESymbol()
988 emitAbsValue(streamer, v, size); in emitFDESymbol()
990 streamer.EmitValue(v, size); in emitFDESymbol()
[all …]
/external/llvm/test/CodeGen/Mips/
Dnull-streamer.ll1 ; Test the null streamer with a terget streamer.
/external/llvm/test/CodeGen/ARM/
Dnull-streamer.ll1 ; Test the null streamer with a terget streamer.
/external/llvm/test/Bitcode/
Dpadding.test1 Test that both llvm-dis (uses a data streamer) and opt (no data streamer)
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCWin64EH.h88 static void Emit(MCStreamer &streamer);
89 static void EmitUnwindInfo(MCStreamer &streamer, MCWin64EHUnwindInfo *info);
DMCDwarf.h283 static void Emit(MCStreamer &streamer, bool usingCFI,
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h78 const std::string &name, StreamingMemoryObject *streamer,
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp374 OwningPtr<MCStreamer> streamer(createNullStreamer(context)); in parseInst() local
376 context, *streamer, in parseInst()
/external/tinyxml2/
Dxmltest.cpp508 XMLPrinter streamer; in main() local
509 doc->Print( &streamer ); in main()
510 printf( "%s", streamer.CStr() ); in main()
513 XMLPrinter streamer( 0, true ); in main() local
514 doc->Print( &streamer ); in main()
515 …XMLTest( "Compact mode", "<element><sub attrib=\"true\"/><sub/></element>", streamer.CStr(), false… in main()
1037 XMLPrinter streamer( textfile ); in main() local
1038 bool acceptResult = psg->Accept( &streamer ); in main()
Dtinyxml2.cpp2289 void XMLDocument::Print( XMLPrinter* streamer ) const in Print()
2291 if ( streamer ) { in Print()
2292 Accept( streamer ); in Print()
Dtinyxml2.h1750 void Print( XMLPrinter* streamer=0 ) const;
/external/llvm/test/DebugInfo/Generic/
Dglobal.ll6 ; Also test that the null streamer doesn't crash with debug info.
/external/llvm/include/llvm/MC/
DMCDwarf.h514 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
/external/protobuf/docs/
Dthird_party.md97 * http://code.google.com/p/proto-streamer/ (Java)
/external/llvm/docs/
DCodeGenerator.rst620 to output an MCInst to the streamer.
637 inherit from it, a target object streamer and a target asm streamer. The target
638 asm streamer just prints it (``emitFnStart -> .fnstart``), and the object
639 streamer implement the assembler logic for it.
643 passing callbacks that allocate the corresponding target streamer and pass it
644 to createAsmStreamer or to the appropriate object streamer constructor.
/external/icu/icu4c/source/test/testdata/
Demoji-test.txt2691 1F38F ; fully-qualified # �� carp streamer
/external/unicode/
Demoji-test.txt2847 1F38F ; fully-qualified # �� carp streamer
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1979 翿 < streamer\-adorned\-with\-feathers;
14949 縿 < streamer;
37277 翿 > streamer\-adorned\-with\-feathers;
46471 縿 > streamer;
/external/jline/src/src/test/resources/jline/example/
Denglish.gz