Home
last modified time | relevance | path

Searched refs:emitBinaryData (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h35 virtual void emitBinaryData(StringRef Data) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h252 void emitBinaryData(llvm::StringRef Data);
H A DDebugLineSectionEmitter.h250 Section.emitBinaryData( in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp107 Streamer->emitBinaryData(toStringRef(Bytes)); in mapByteVectorTail()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp91 void emitBinaryData(StringRef Data) override { OS->emitBinaryData(Data); }
784 OS.emitBinaryData(S); in emitObjName()
3365 OS.emitBinaryData(SRef); in emitStaticConstMemberList()
90 void emitBinaryData(StringRef Data) override { OS->emitBinaryData(Data); } emitBinaryData() function in __anon1c0f18e50111::CVMCAdapter
H A DAsmPrinter.cpp2281 OutStreamer->emitBinaryData(Buf); in emitRemarksSection()
4192 Out->emitBinaryData(StringRef(reinterpret_cast<const char *>(&Kind8), 1)); in emit()
4193 Out->emitBinaryData( in emit()
4195 Out->emitBinaryData(StringRef(reinterpret_cast<const char *>(&Version), 1)); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h688 virtual void emitBinaryData(StringRef Data);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp341 MCOS->emitBinaryData(Data.str()); in emitSection()
407 MCOS->emitBinaryData( in emitOneV5FileEntry()
H A DMCAsmStreamer.cpp244 void emitBinaryData(StringRef Data) override;
1308 void MCAsmStreamer::emitBinaryData(StringRef Data) { in emitBinaryData() function in MCAsmStreamer
H A DMCStreamer.cpp1223 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1135 OutStreamer->emitBinaryData("\xeb\x0f"); in LowerPATCHABLE_EVENT_CALL()
1233 OutStreamer->emitBinaryData("\xeb\x14"); in LowerPATCHABLE_TYPED_EVENT_CALL()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp958 MS->emitBinaryData( in emitLineTablePrologueV5IncludeAndFileTable()