Home
last modified time | relevance | path

Searched defs:FileWriter (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dfile_writer.h24 FileWriter(::FILE *init_file) { in FileWriter() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h33 FileWriter(llvm::raw_pwrite_stream &S, llvm::support::endianness B) in FileWriter() function
H A DExtractRanges.h29 class FileWriter; variable
H A DLineTable.h21 class FileWriter; variable
H A DGsymCreator.h30 class FileWriter; variable
H A DHeader.h22 class FileWriter; variable
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c55 static void llvmInitBufferIO(ProfBufferIO *BufferIO, ProfDataWriter *FileWriter, in llvmInitBufferIO()
65 lprofCreateBufferIO(ProfDataWriter *FileWriter) { in lprofCreateBufferIO()
H A DInstrProfilingInternal.h71 ProfDataWriter *FileWriter; member
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp37 ResourceFileWriter *FileWriter; member in llvm::rc::ContextKeeper