Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h36 virtual void emitBinaryData(StringRef Data) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h257 void emitBinaryData(llvm::StringRef Data);
H A DDebugLineSectionEmitter.h250 Section.emitBinaryData( in emitLineTablePrologueV5IncludeAndFileTable()
H A DOutputSections.cpp166 void SectionDescriptor::emitBinaryData(llvm::StringRef Data) { in emitBinaryData() function in SectionDescriptor
/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.cpp89 void emitBinaryData(StringRef Data) override { OS->emitBinaryData(Data); } in emitBinaryData() function in __anon1c0f18e50111::CVMCAdapter
802 OS.emitBinaryData(S); in emitTypeGlobalHashes()
3379 OS.emitBinaryData(SRef); in emitConstantSymbolRecord()
H A DAsmPrinter.cpp2430 OutStreamer->emitBinaryData(Buf); in emitRemarksSection()
4575 Out->emitBinaryData(StringRef(reinterpret_cast<const char *>(&Kind8), 1)); in emit()
4576 Out->emitBinaryData( in emit()
4578 Out->emitBinaryData(StringRef(reinterpret_cast<const char *>(&Version), 1)); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h710 virtual void emitBinaryData(StringRef Data);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp380 MCOS->emitBinaryData(Data.str()); in emitSection()
446 MCOS->emitBinaryData( in emitOneV5FileEntry()
H A DMCAsmStreamer.cpp248 void emitBinaryData(StringRef Data) override;
1314 void MCAsmStreamer::emitBinaryData(StringRef Data) { in emitBinaryData() function in MCAsmStreamer
H A DMCStreamer.cpp1322 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1130 OutStreamer->emitBinaryData("\xeb\x0f"); in LowerPATCHABLE_EVENT_CALL()
1228 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()