Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 119) sorted by relevance

12345

/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h67 struct Writer { struct
70 Writer(raw_ostream &OS, endianness Endian) : OS(OS), Endian(Endian) {} in Writer() argument
71 template <typename value_type> void write(ArrayRef<value_type> Val) { in write()
74 template <typename value_type> void write(value_type Val) { in write()
/llvm-project/clang-tools-extra/pseudo/tool/
H A DHTMLForest.cpp
/llvm-project/clang/unittests/Basic/
H A DSarifTest.cpp82 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
97 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
133 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
154 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
174 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
193 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
247 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
270 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
297 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
344 SarifDocumentWriter Writer{SourceMgr}; TEST_F() local
[all...]
/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp182 struct Writer { in TEST_F() struct
183 ContextRoot *const Root; in TEST_F()
184 const size_t Entries; in TEST_F()
185 bool State = false; in TEST_F()
186 Writer(ContextRoot *Root, size_t Entries) : Root(Root), Entries(Entries) {} in TEST_F() argument
188 bool write(const ContextNode &Node) { in TEST_F()
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dfdr_log_writer_test.cpp45 FDRLogWriter Writer(B); in TEST() local
83 FDRLogWriter Writer(B); in TEST() local
133 FDRLogWriter Writer(B); in TEST() local
/llvm-project/llvm/unittests/XRay/
H A DFDRTraceWriterTest.cpp43 FDRTraceWriter Writer(OS, H); in TEST() local
89 FDRTraceWriter Writer(OS, H); TEST() local
136 FDRTraceWriter Writer(OS, H); TEST() local
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp99 PGOCtxProfileWriter Writer(Out); TEST_F() local
129 PGOCtxProfileWriter Writer(Out); TEST_F() local
168 PGOCtxProfileWriter Writer(Out); TEST_F() local
191 PGOCtxProfileWriter Writer(Out, PGOCtxProfileWriter::CurrentVersion + 1); TEST_F() local
213 PGOCtxProfileWriter Writer(Out); TEST_F() local
241 PGOCtxProfileWriter Writer(Out); TEST_F() local
[all...]
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c156 if (Writer != NULL && in WriteBinaryIds() argument
130 WriteBinaryIdForNote(ProfDataWriter * Writer,const ElfW (Nhdr)* Note) WriteBinaryIdForNote() argument
179 __llvm_write_binary_ids(ProfDataWriter * Writer) __llvm_write_binary_ids() argument
231 __llvm_write_binary_ids(ProfDataWriter * Writer) __llvm_write_binary_ids() argument
H A DInstrProfilingWriter.c217 static int writeValueProfData(ProfDataWriter *Writer, in writeValueProfData()
241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData()
264 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, in lprofWriteDataImpl()
365 int lprofWriteOneBinaryId(ProfDataWriter *Writer, uint64_t BinaryIdLen, in lprofWriteOneBinaryId()
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp55 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() argument
96 RecordX86_64Relocation(MachObjectWriter * Writer,MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) RecordX86_64Relocation() argument
353 recordScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Log2Size,uint64_t & FixedValue) recordScatteredRelocation() argument
452 recordTLVPRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) recordTLVPRelocation() argument
491 RecordX86Relocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) RecordX86Relocation() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp18 static void addPadding(BinaryStreamWriter &Writer) { in addPadding()
37 BinaryStreamWriter Writer(ScratchBuffer, llvm::endianness::little); in serialize() local
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp134 recordARMScatteredHalfRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) recordARMScatteredHalfRelocation() argument
244 recordARMScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Type,unsigned Log2Size,uint64_t & FixedValue) recordARMScatteredRelocation() argument
314 requiresExternRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment & Fragment,unsigned RelocType,const MCSymbol & S,uint64_t FixedValue) requiresExternRelocation() argument
360 recordRelocation(MachObjectWriter * Writer,MCAssembler & Asm,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) recordRelocation() argument
[all...]
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer() function
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
H A Dllvm-readobj.cpp342 createDumper(const ObjectFile & Obj,ScopedPrinter & Writer) createDumper() argument
363 dumpObject(ObjectFile & Obj,ScopedPrinter & Writer,const Archive * A=nullptr) dumpObject() argument
544 dumpArchive(const Archive * Arc,ScopedPrinter & Writer) dumpArchive() argument
571 dumpMachOUniversalBinary(const MachOUniversalBinary * UBinary,ScopedPrinter & Writer) dumpMachOUniversalBinary() argument
593 dumpInput(StringRef File,ScopedPrinter & Writer) dumpInput() argument
700 std::unique_ptr<ScopedPrinter> Writer = createWriter(); llvm_readobj_main() local
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp132 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit()
383 static Error writePublics(BinaryStreamWriter &Writer, in writePublics()
395 static Error writeRecords(BinaryStreamWriter &Writer, in writeRecords()
405 BinaryStreamWriter Writer(Stream); in commitSymbolRecordStream() local
448 BinaryStreamWriter Writer(Stream); in commitPublicsHashStream() local
476 BinaryStreamWriter Writer(Stream); in commitGlobalsHashStream() local
H A DDbiStreamBuilder.cpp92 DbgStreams[(int)Type]->WriteFn = [Data](BinaryStreamWriter &Writer) { in addDbgStream()
294 [this](BinaryStreamWriter &Writer) { in finalizeMsfLayout()
304 [this](BinaryStreamWriter &Writer) { in finalizeMsfLayout()
392 BinaryStreamWriter Writer(*DbiS); in commit() local
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp272 BinaryStreamWriter Writer(Stream); in TEST_F() local
537 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
597 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
632 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
669 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
768 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
796 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
821 BinaryStreamWriter Writer(*Stream.Output); in TEST_F() local
840 BinaryStreamWriter Writer(Stream); in TEST_F() local
879 BinaryStreamWriter Writer(Stream); in TEST_F() local
[all …]
/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() function
/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h63 BitstreamWriter Writer; global() variable
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h58 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO()
263 BinaryStreamWriter *Writer = nullptr; variable
/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp72 BitcodeWriter Writer(Result); in main() local
/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp37 if (Error E = Writer.write()) in executeObjcopyOnBinary() local
/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnosticPrinter.h71 std::unique_ptr<SarifDocumentWriter> Writer; variable
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp110 sys::SmartScopedLock<true> Writer(Lock); in RegisterStatistic() local
155 sys::SmartScopedLock<true> Writer(*StatLock); in reset() local

12345