Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 92) 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/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() function
188 bool write(const ContextNode &Node) { in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c130 static int WriteBinaryIdForNote(ProfDataWriter *Writer, in WriteBinaryIdForNote()
156 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds()
179 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids()
231 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()
264 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, in lprofWriteDataImpl()
365 int lprofWriteOneBinaryId(ProfDataWriter *Writer, uint64_t BinaryIdLen, in lprofWriteOneBinaryId()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp55 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
96 MachObjectWriter *Writer, MCAssembler &Asm, const MCFragment *Fragment, in RecordX86_64Relocation()
353 bool X86MachObjectWriter::recordScatteredRelocation(MachObjectWriter *Writer, in recordScatteredRelocation()
452 void X86MachObjectWriter::recordTLVPRelocation(MachObjectWriter *Writer, in recordTLVPRelocation()
491 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp134 MachObjectWriter *Writer, const MCAssembler &Asm, in recordARMScatteredHalfRelocation()
244 MachObjectWriter *Writer, const MCAssembler &Asm, in recordARMScatteredRelocation()
314 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation()
360 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp131 commit(BinaryStreamWriter & Writer) commit() argument
382 writePublics(BinaryStreamWriter & Writer,ArrayRef<BulkPublic> Publics) writePublics() argument
394 writeRecords(BinaryStreamWriter & Writer,ArrayRef<CVSymbol> Records) writeRecords() argument
404 BinaryStreamWriter Writer(Stream); commitSymbolRecordStream() local
447 BinaryStreamWriter Writer(Stream); commitPublicsHashStream() local
475 BinaryStreamWriter Writer(Stream); commitGlobalsHashStream() local
[all...]
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.cpp18 static void addPadding(BinaryStreamWriter &Writer) { in addPadding() argument
37 BinaryStreamWriter Writer(ScratchBuffer, llvm::endianness::little); in serialize() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp342 createDumper(const ObjectFile &Obj, ScopedPrinter &Writer) { in createDumper()
363 static void dumpObject(ObjectFile &Obj, ScopedPrinter &Writer, in dumpObject()
544 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive()
571 ScopedPrinter &Writer) { in dumpMachOUniversalBinary()
593 static void dumpInput(StringRef File, ScopedPrinter &Writer) { in dumpInput()
700 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.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/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/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h63 BitstreamWriter Writer; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp72 BitcodeWriter Writer(Result); in main() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp37 XCOFFWriter Writer(*Obj, Out); in executeObjcopyOnBinary() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnosticPrinter.h71 std::unique_ptr<SarifDocumentWriter> Writer; variable
/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/BinaryFormat/
H A DMsgPackWriter.cpp22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() function in Writer

1234