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

123

/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h59 SarifDocumentWriter *Writer; member in class:clang::SARIFDiagnostic
H A DSARIFDiagnosticPrinter.h71 std::unique_ptr<SarifDocumentWriter> Writer; member in class:clang::SARIFDiagnosticPrinter
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { argument
[all...]
H A DWasmDumper.cpp59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) argument
248 createWasmDumper(const object::WasmObjectFile &Obj, ScopedPrinter &Writer) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h41 class Writer { class in namespace:llvm::msgpack
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h20 class Writer { class in namespace:llvm::objcopy::wasm
22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} function in class:llvm::objcopy::wasm::Writer
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp43 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, argument
H A DGSIStreamBuilder.cpp132 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.h28 class Writer : public ModuleFileExtensionWriter { class in class:clang::TestModuleFileExtension
30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } function in class:clang::TestModuleFileExtension::Writer
H A DTestModuleFileExtension.cpp
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp22 Writer::Writer(raw_ostream &OS, bool Compatible) function in class:Writer
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h25 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, argument
H A DTypeRecordMapping.h29 explicit TypeRecordMapping(BinaryStreamWriter &Writer) : IO(Writer) {} argument
H A DSymbolSerializer.h35 BinaryStreamWriter Writer; member in class:llvm::codeview::SymbolSerializer
H A DCodeViewRecordIO.h58 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} argument
263 BinaryStreamWriter *Writer = nullptr; member in class:llvm::codeview::CodeViewRecordIO
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp18 static void addPadding(BinaryStreamWriter &Writer) { argument
H A DDebugSubsectionRecord.cpp67 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h67 struct Writer { struct in namespace:llvm::support::endian
70 Writer(raw_ostream &OS, endianness Endian) : OS(OS), Endian(Endian) {} function in struct:llvm::support::endian::Writer
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c80 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { argument
H A DInstrProfilingPlatformWindows.c81 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { argument
H A DInstrProfilingPlatformAIX.c101 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { argument
H A DInstrProfilingPlatformOther.c109 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h96 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { argument
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp149 recordRelocation( MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]

Completed in 489 milliseconds

123