Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWin64EH.cpp57 static void EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, in EmitUnwindCode() argument
64 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
66 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
69 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
72 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
74 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
77 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
80 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
84 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
85 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
[all …]
DMCDwarf.cpp1232 static int getDataAlignmentFactor(MCStreamer &streamer) { in getDataAlignmentFactor() argument
1233 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
1242 static unsigned getSizeForEncoding(MCStreamer &streamer, in getSizeForEncoding() argument
1244 MCContext &context = streamer.getContext(); in getSizeForEncoding()
1263 static void emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, in emitFDESymbol() argument
1265 MCContext &context = streamer.getContext(); in emitFDESymbol()
1269 streamer); in emitFDESymbol()
1270 unsigned size = getSizeForEncoding(streamer, symbolEncoding); in emitFDESymbol()
1272 emitAbsValue(streamer, v, size); in emitFDESymbol()
1274 streamer.EmitValue(v, size); in emitFDESymbol()
[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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dnull-streamer.ll1 ; Test the null streamer with a terget streamer.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dpadding.test1 Test that both llvm-dis (uses a data streamer) and opt (no data 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/llvm-7.0/llvm/test/MC/Mips/mt/
Dset-directive.s7 # Test that '.set mt' is emitted by the asm target streamer.
/external/syzkaller/vendor/google.golang.org/grpc/
Dinterceptor.go39 …c(ctx context.Context, desc *StreamDesc, cc *ClientConn, method string, streamer Streamer, opts ..…
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h78 const std::string &name, StreamingMemoryObject *streamer,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dnull-streamer.ll6 source_filename = "test/CodeGen/X86/null-streamer.ll"
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h62 void visitUsedExpr(MCStreamer &streamer) const override;
/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.cpp515 XMLPrinter streamer; in main() local
516 doc->Print( &streamer ); in main()
517 printf( "%s", streamer.CStr() ); in main()
520 XMLPrinter streamer( 0, true ); in main() local
521 doc->Print( &streamer ); in main()
522 …XMLTest( "Compact mode", "<element><sub attrib=\"true\"/><sub/></element>", streamer.CStr(), false… in main()
1056 XMLPrinter streamer( textfile ); in main() local
1057 bool acceptResult = psg->Accept( &streamer ); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dglobal.ll6 ; Also test that the null streamer doesn't crash with debug info.
Dinlined-strings.ll5 ; Also test that the null streamer doesn't crash with debug info.
/external/llvm/test/DebugInfo/Generic/
Dglobal.ll6 ; Also test that the null streamer doesn't crash with debug info.
/external/libkmsxx/utils/
Dwbcap.cpp24 WBStreamer(VideoStreamer* streamer, Crtc* crtc, PixelFormat pixfmt) in WBStreamer() argument
25 : m_capdev(*streamer) in WBStreamer()

12