/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | EndianStream.h | 67 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 D | InstrProfilingPlatformLinux.c | 109 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 D | InstrProfilingWriter.c | 217 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 D | InstrProfilingPlatformDarwin.c | 80 __llvm_write_binary_ids(ProfDataWriter * Writer) __llvm_write_binary_ids() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 59 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 D | ARMMachObjectWriter.cpp | 140 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 D | GSIStreamBuilder.cpp | 132 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 D | DbiStreamBuilder.cpp | 92 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 D | HashTable.cpp | 43 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SimpleTypeSerializer.cpp | 18 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 D | COFFImportDumper.cpp | 23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
H A D | llvm-readobj.cpp | 338 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 D | WasmDumper.cpp | 59 WasmDumper(const WasmObjectFile *Obj, ScopedPrinter &Writer) in WasmDumper() 249 ScopedPrinter &Writer) { in createWasmDumper()
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 58 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() 263 BinaryStreamWriter *Writer = nullptr; variable
|
H A D | SymbolRecordMapping.h | 25 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, in SymbolRecordMapping()
|
H A D | SymbolSerializer.h | 35 BinaryStreamWriter Writer; variable
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TestModuleFileExtension.h | 30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObjcopy.cpp | 37 XCOFFWriter Writer(*Obj, Out); in executeObjcopyOnBinary() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SARIFDiagnosticPrinter.h | 71 std::unique_ptr<SarifDocumentWriter> Writer; variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 72 BitcodeWriter Writer(Result); in main() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | PCHContainerOperations.h | 96 void registerWriter(std::unique_ptr<PCHContainerWriter> Writer) { in registerWriter() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypeHashing.cpp | 72 BinaryStreamWriter Writer(Buffer, llvm::endianness::little); in toDebugH() local
|