HomeSort by: relevance | last modified time | path
    Searched defs:FileWriter (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
FileWriter.cpp 1 //===- FileWriter.cpp -------------------------------------------*- C++ -*-===//
10 #include "llvm/DebugInfo/GSYM/FileWriter.h"
18 FileWriter::~FileWriter() { OS.flush(); }
20 void FileWriter::writeSLEB(int64_t S) {
27 void FileWriter::writeULEB(uint64_t U) {
34 void FileWriter::writeU8(uint8_t U) {
38 void FileWriter::writeU16(uint16_t U) {
43 void FileWriter::writeU32(uint32_t U) {
48 void FileWriter::writeU64(uint64_t U)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileWriter.h 1 //===- FileWriter.h ---------------------------------------------*- C++ -*-===//
29 class FileWriter {
33 FileWriter(llvm::raw_pwrite_stream &S, llvm::support::endianness B)
35 ~FileWriter();
117 FileWriter(const FileWriter &rhs) = delete;
118 void operator=(const FileWriter &rhs) = delete;
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingInternal.h 61 WriterCallback FileWriter;
75 ProfBufferIO *llvmCreateBufferIO(WriterCallback FileWriter, void *File,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp 33 // Class that employs RAII to save the current FileWriter object state
37 ResourceFileWriter *FileWriter;
42 : FileWriter(V), SavedInfo(V->ObjectData) {}
43 ~ContextKeeper() { FileWriter->ObjectData = SavedInfo; }

Completed in 27 milliseconds