/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/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 182 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 D | InstrProfilingPlatformLinux.c | 130 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 D | InstrProfilingWriter.c | 217 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 D | X86MachObjectWriter.cpp | 55 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 D | ARMMachObjectWriter.cpp | 134 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 D | GSIStreamBuilder.cpp | 131 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 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 | 18 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 D | llvm-readobj.cpp | 342 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 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 | 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/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/include/llvm/ProfileData/ |
H A D | PGOCtxProfWriter.h | 63 BitstreamWriter Writer; variable
|
/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/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObjcopy.cpp | 37 XCOFFWriter Writer(*Obj, Out); in executeObjcopyOnBinary() 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/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/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() function in Writer
|