| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 59 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 D | InstrProfilingPlatformLinux.c | 141 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 D | InstrProfilingWriter.c | 217 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 D | X86MachObjectWriter.cpp | 56 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 D | ARMMachObjectWriter.cpp | 135 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 D | GSIStreamBuilder.cpp | 133 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 D | DbiStreamBuilder.cpp | 91 __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 D | HashTable.cpp | 43 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SimpleTypeSerializer.cpp | 19 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 D | llvm-readobj.cpp | 343 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 D | COFFImportDumper.cpp | 23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile() argument [all...] |
| H A D | WasmDumper.cpp | 59 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 D | WasmWriter.h | 22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 59 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() 265 BinaryStreamWriter *Writer = nullptr; variable
|
| H A D | SymbolRecordMapping.h | 26 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, in SymbolRecordMapping()
|
| H A D | SymbolSerializer.h | 36 BinaryStreamWriter Writer; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Statistic.cpp | 110 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 D | TestModuleFileExtension.h | 30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 72 BitcodeWriter Writer(Result); in main() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | SARIFDiagnosticPrinter.h | 71 std::unique_ptr<SarifDocumentWriter> Writer; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFObjcopy.cpp | 36 XCOFFWriter Writer(*Obj, Out); in executeObjcopyOnBinary() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 96 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { in registerWriter()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 354 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 D | MsgPackWriter.cpp | 22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() function in Writer
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.cpp | 70 BinaryStreamWriter Writer(Buffer, llvm::endianness::little); in toDebugH() local
|