Searched defs:Writer (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DWriter.h25 class Writer { class in namespace:lld
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { argument
[all...]
H A DObjDumper.cpp30 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} argument
H A DWasmDumper.cpp60 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) argument
244 createWasmDumper(const object::ObjectFile *Obj, ScopedPrinter &Writer, std::unique_ptr<ObjDumper> &Result) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h40 class Writer { class in namespace:llvm::msgpack
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp46 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, argument
H A DGSIStreamBuilder.cpp130 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWriter.h21 class Writer { class in namespace:llvm::objcopy::wasm
23 Writer(Object &Obj, Buffer &Buf) : Obj(Obj), Buf(Buf) {} function in class:llvm::objcopy::wasm::Writer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.h27 class Writer : public ModuleFileExtensionWriter { class in class:clang::TestModuleFileExtension
29 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } function in class:clang::TestModuleFileExtension::Writer
H A DTestModuleFileExtension.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h25 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, argument
H A DTypeRecordMapping.h26 explicit TypeRecordMapping(BinaryStreamWriter &Writer) : IO(Writer) {} argument
H A DSymbolSerializer.h35 BinaryStreamWriter Writer; member in class:llvm::codeview::SymbolSerializer
H A DCodeViewRecordIO.h57 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} argument
262 BinaryStreamWriter *Writer = nullptr; member in class:llvm::codeview::CodeViewRecordIO
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp17 static void addPadding(BinaryStreamWriter &Writer) { argument
H A DDebugSubsectionRecord.cpp68 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h51 struct Writer { struct in namespace:llvm::support::endian
54 Writer(raw_ostream &OS, endianness Endian) : OS(OS), Endian(Endian) {} function in struct:llvm::support::endian::Writer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp20 Writer::Writer(raw_ostream &OS, bool Compatible) function in class:Writer
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h97 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { argument
H A DASTRecordWriter.h28 ASTWriter *Writer; member in class:clang::ASTRecordWriter
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DWriter.cpp38 class Writer { class in namespace:__anon2716
40 Writer() : buffer(errorHandler().outputBuffer) {} function in class:__anon2716::Writer
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp140 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, 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) argument
329 requiresExternRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCFragment &Fragment, unsigned RelocType, const MCSymbol &S, uint64_t FixedValue) argument
375 recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp151 recordRelocation( MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c214 static int writeValueProfData(ProfDataWriter *Writer, argument
238 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, argument
254 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp62 FDRLogWriter *Writer = nullptr; variable

Completed in 206 milliseconds

123