Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h33 FileWriter(llvm::raw_pwrite_stream &S, llvm::support::endianness B) in FileWriter() function
H A DLineTable.h21 class FileWriter; variable
H A DGsymCreator.h31 class FileWriter; variable
H A DHeader.h22 class FileWriter; variable
H A DRange.h29 class FileWriter; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingInternal.h61 WriterCallback FileWriter; member
H A DInstrProfilingWriter.c36 static void llvmInitBufferIO(ProfBufferIO *BufferIO, WriterCallback FileWriter, in llvmInitBufferIO()
46 llvmCreateBufferIO(WriterCallback FileWriter, void *File, uint32_t BufferSz) { in llvmCreateBufferIO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp37 ResourceFileWriter *FileWriter; member in llvm::rc::ContextKeeper