Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c109 WriteBinaryIdForNote(ProfDataWriter * Writer,const ElfW (Nhdr)* Note) WriteBinaryIdForNote() argument
135 WriteBinaryIds(ProfDataWriter * Writer,const ElfW (Nhdr)* Note,const ElfW (Nhdr)* NotesEnd) WriteBinaryIds() argument
158 __llvm_write_binary_ids(ProfDataWriter * Writer) __llvm_write_binary_ids() argument
210 __llvm_write_binary_ids(ProfDataWriter * Writer) __llvm_write_binary_ids() argument
H A DInstrProfilingWriter.c217 static int writeValueProfData(ProfDataWriter *Writer, in writeValueProfData() argument
241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData() argument
259 lprofWriteDataImpl(ProfDataWriter * Writer,const __llvm_profile_data * DataBegin,const __llvm_profile_data * DataEnd,const char * CountersBegin,const char * CountersEnd,const char * BitmapBegin,const char * BitmapEnd,VPDataReaderType * VPDataReader,const char * NamesBegin,const char * NamesEnd,int SkipNameDataWrite) lprofWriteDataImpl() argument
344 lprofWriteOneBinaryId(ProfDataWriter * Writer,uint64_t BinaryIdLen,const uint8_t * BinaryIdData,uint64_t BinaryIdPadding) lprofWriteOneBinaryId() argument
[all...]
H A DInstrProfilingPlatformDarwin.c80 __llvm_write_binary_ids(ProfDataWriter * Writer) __llvm_write_binary_ids() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp59 RecordX86_64Relocation(Writer, Asm, Fragment, Fixup, Target, FixedValue); in recordRelocation() argument
103 RecordX86_64Relocation(MachObjectWriter * Writer,MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) RecordX86_64Relocation() argument
363 recordScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Log2Size,uint64_t & FixedValue) recordScatteredRelocation() argument
463 recordTLVPRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) recordTLVPRelocation() argument
503 RecordX86Relocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) RecordX86Relocation() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp140 RecordARMScatteredHalfRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) RecordARMScatteredHalfRelocation() argument
253 RecordARMScatteredRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,unsigned Type,unsigned Log2Size,uint64_t & FixedValue) RecordARMScatteredRelocation() argument
329 requiresExternRelocation(MachObjectWriter * Writer,const MCAssembler & Asm,const MCFragment & Fragment,unsigned RelocType,const MCSymbol & S,uint64_t FixedValue) requiresExternRelocation() argument
375 recordRelocation(MachObjectWriter * Writer,MCAssembler & Asm,const MCAsmLayout & Layout,const MCFragment * Fragment,const MCFixup & Fixup,MCValue Target,uint64_t & FixedValue) recordRelocation() argument
[all...]
/freebsd-src/contrib/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
H A DHashTable.cpp43 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector()
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
H A Dllvm-readobj.cpp338 createDumper(const ObjectFile & Obj,ScopedPrinter & Writer) createDumper() argument
359 dumpObject(ObjectFile & Obj,ScopedPrinter & Writer,const Archive * A=nullptr) dumpObject() argument
540 dumpArchive(const Archive * Arc,ScopedPrinter & Writer) dumpArchive() argument
567 dumpMachOUniversalBinary(const MachOUniversalBinary * UBinary,ScopedPrinter & Writer) dumpMachOUniversalBinary() argument
589 dumpInput(StringRef File,ScopedPrinter & Writer) dumpInput() argument
696 std::unique_ptr<ScopedPrinter> Writer = createWriter(); llvm_readobj_main() local
[all...]
H A DWasmDumper.cpp59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper()
249 ScopedPrinter &Writer) { in createWasmDumper()
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h58 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO()
263 BinaryStreamWriter *Writer = nullptr; variable
H A DSymbolRecordMapping.h25 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, in SymbolRecordMapping()
H A DSymbolSerializer.h35 BinaryStreamWriter Writer; variable
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.h30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp37 XCOFFWriter Writer(*Obj, Out); in executeObjcopyOnBinary() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnosticPrinter.h71 std::unique_ptr<SarifDocumentWriter> Writer; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp72 BitcodeWriter Writer(Result); in main() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h96 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { in registerWriter() argument
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() function in Writer
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp72 BinaryStreamWriter Writer(Buffer, llvm::endianness::little); in toDebugH() local

1234