Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp61 static void EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, in EmitUnwindCode() argument
70 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
72 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
75 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
78 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
80 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
83 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
86 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
90 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
91 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
[all …]
DMCDwarf.cpp1244 static int getDataAlignmentFactor(MCStreamer &streamer) { in getDataAlignmentFactor() argument
1245 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
1254 static unsigned getSizeForEncoding(MCStreamer &streamer, in getSizeForEncoding() argument
1256 MCContext &context = streamer.getContext(); in getSizeForEncoding()
1275 static void emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, in emitFDESymbol() argument
1277 MCContext &context = streamer.getContext(); in emitFDESymbol()
1281 streamer); in emitFDESymbol()
1282 unsigned size = getSizeForEncoding(streamer, symbolEncoding); in emitFDESymbol()
1284 emitAbsValue(streamer, v, size); in emitFDESymbol()
1286 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-project/llvm/lib/MC/
DMCWin64EH.cpp61 static void EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, in EmitUnwindCode() argument
70 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
72 streamer.emitInt8(b2); in EmitUnwindCode()
75 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
78 streamer.emitInt8(b2); in EmitUnwindCode()
80 streamer.emitInt16(w); in EmitUnwindCode()
83 streamer.emitInt8(b2); in EmitUnwindCode()
86 streamer.emitInt16(w); in EmitUnwindCode()
90 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
91 streamer.emitInt8(b2); in EmitUnwindCode()
[all …]
DMCDwarf.cpp1291 static int getDataAlignmentFactor(MCStreamer &streamer) { in getDataAlignmentFactor() argument
1292 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
1301 static unsigned getSizeForEncoding(MCStreamer &streamer, in getSizeForEncoding() argument
1303 MCContext &context = streamer.getContext(); in getSizeForEncoding()
1322 static void emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, in emitFDESymbol() argument
1324 MCContext &context = streamer.getContext(); in emitFDESymbol()
1328 streamer); in emitFDESymbol()
1329 unsigned size = getSizeForEncoding(streamer, symbolEncoding); in emitFDESymbol()
1331 emitAbsValue(streamer, v, size); in emitFDESymbol()
1333 streamer.emitValue(v, size); in emitFDESymbol()
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/
Dnull-streamer.ll1 ; Test the null streamer with a terget streamer.
/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-project/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/llvm-project/llvm/test/Bitcode/
Dpadding.test1 Test that both llvm-dis (uses a data streamer) and opt (no data streamer)
/external/webrtc/rtc_base/
Dchecks.h326 const LogStreamer<Ts...>& streamer) {
328 isCheckOp ? streamer.CallCheckOp(file_, line_, message_)
329 : streamer.Call(file_, line_, message_);
331 streamer.Call(file_, line_);
Dlogging.h389 RTC_FORCE_INLINE bool operator&(const LogStreamer<Ts...>& streamer) {
390 streamer.Call();
404 void operator&(LogStreamer<Ts...>&& streamer) {}
/external/llvm-project/llvm/test/MC/Mips/mt/
Dset-directive.s7 # Test that '.set mt' is emitted by the asm target streamer.
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h79 const std::string &name, StreamingMemoryObject *streamer,
/external/llvm-project/llvm/test/CodeGen/X86/
Dnull-streamer.ll7 source_filename = "test/CodeGen/X86/null-streamer.ll"
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h61 void visitUsedExpr(MCStreamer &streamer) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h61 void visitUsedExpr(MCStreamer &streamer) const override;
/external/llvm/test/DebugInfo/Generic/
Dglobal.ll6 ; Also test that the null streamer doesn't crash with debug info.
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dglobal.ll4 ; Also test that the null streamer doesn't crash with debug info.
Dinlined-strings.ll3 ; Also test that the null streamer doesn't crash with debug info.
/external/libkmsxx/utils/
Domap-wbcap.cpp24 WBStreamer(VideoStreamer* streamer, Crtc* crtc, PixelFormat pixfmt) in WBStreamer() argument
25 : m_capdev(*streamer) in WBStreamer()
/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()
1180 XMLPrinter streamer( textfile ); in main() local
1181 bool acceptResult = psg->Accept( &streamer ); in main()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc64-toc.ll2 ; Test with null streamer.

12