Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h59 struct Writer { global() struct
62 WriterWriter Writer() argument
63 writeWriter write() argument
66 writeWriter write() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c141 static int WriteBinaryIdForNote(ProfDataWriter *Writer, in WriteBinaryIdForNote()
167 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds()
190 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids()
234 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids()
H A DInstrProfilingWriter.c217 static int writeValueProfData(ProfDataWriter *Writer, in writeValueProfData()
241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData()
265 ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, in lprofWriteDataImpl()
366 int lprofWriteOneBinaryId(ProfDataWriter *Writer, uint64_t BinaryIdLen, in lprofWriteOneBinaryId()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp56 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
100 MachObjectWriter *Writer, MCAssembler &Asm, const MCFragment *Fragment, in RecordX86_64Relocation()
344 bool X86MachObjectWriter::recordScatteredRelocation(MachObjectWriter *Writer, in recordScatteredRelocation()
439 void X86MachObjectWriter::recordTLVPRelocation(MachObjectWriter *Writer, in recordTLVPRelocation()
477 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp135 MachObjectWriter *Writer, const MCAssembler &Asm, in recordARMScatteredHalfRelocation()
242 MachObjectWriter *Writer, const MCAssembler &Asm, in recordARMScatteredRelocation()
310 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation()
356 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp133 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit()
391 static Error writePublics(BinaryStreamWriter &Writer, in writePublics()
403 static Error writeRecords(BinaryStreamWriter &Writer, in writeRecords()
413 BinaryStreamWriter Writer(Stream); in commitSymbolRecordStream() local
456 BinaryStreamWriter Writer(Stream); in commitPublicsHashStream() local
484 BinaryStreamWriter Writer(Stream); in commitGlobalsHashStream() local
H A DDbiStreamBuilder.cpp91 __anon1d60072f0102(BinaryStreamWriter &Writer) addDbgStream() argument
293 __anon1d60072f0202(BinaryStreamWriter &Writer) finalizeMsfLayout() argument
303 __anon1d60072f0302(BinaryStreamWriter &Writer) finalizeMsfLayout() argument
390 BinaryStreamWriter Writer(*DbiS); commit() local
[all...]
H A DHashTable.cpp43 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp19 static void addPadding(BinaryStreamWriter &Writer) { in addPadding()
38 BinaryStreamWriter Writer(ScratchBuffer, llvm::endianness::little); in serialize() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp343 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper()
364 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject()
545 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive()
572 ScopedPrinter &Writer) { in dumpMachOUniversalBinary()
585 static void dumpCOFFObject(COFFObjectFile *Obj, ScopedPrinter &Writer) { in dumpCOFFObject()
610 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput()
719 std::unique_ptr<ScopedPrinter> Writer = createWriter(); in llvm_readobj_main() local
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile() argument
[all...]
H A DWasmDumper.cpp59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() argument
249 ScopedPrinter &Writer) { in createWasmDumper() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h59 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO()
265 BinaryStreamWriter *Writer = nullptr; variable
H A DSymbolRecordMapping.h26 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, in SymbolRecordMapping()
H A DSymbolSerializer.h36 BinaryStreamWriter Writer; variable
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp72 BitcodeWriter Writer(Result); in main() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnosticPrinter.h71 std::unique_ptr<SarifDocumentWriter> Writer; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp36 XCOFFWriter Writer(*Obj, Out); in executeObjcopyOnBinary() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h96 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { in registerWriter()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp354 support::endian::Writer Writer(OS, llvm::endianness::little); in writeNameTable() local
398 support::endian::Writer Writer(OS, llvm::endianness::little); in writeCSNameTableSection() local
744 support::endian::Writer Writer(*OutputStream, llvm::endianness::little); in allocSecHdrTable() local
773 support::endian::SeekableWriter Writer( in writeSecHdrTable() local
893 std::unique_ptr<SampleProfileWriter> Writer; in create() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() function in Writer
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp70 BinaryStreamWriter Writer(Buffer, llvm::endianness::little); in toDebugH() local

1234