LLVM API Documentation

ArchiveWriter.cpp File Reference

#include "ArchiveInternals.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Support/Compressor.h"
#include "llvm/System/Signals.h"
#include "llvm/System/Process.h"
#include <fstream>
#include <iostream>
#include <iomanip>

Include dependency graph for ArchiveWriter.cpp:

Go to the source code of this file.

Functions

void writeInteger (unsigned num, std::ofstream &ARFile)
unsigned numVbrBytes (unsigned num)


Function Documentation

unsigned numVbrBytes ( unsigned  num  )  [inline]

Definition at line 43 of file ArchiveWriter.cpp.

Referenced by llvm::Archive::writeMember().

void writeInteger ( unsigned  num,
std::ofstream &  ARFile 
) [inline]

Definition at line 27 of file ArchiveWriter.cpp.

Referenced by llvm::Archive::writeSymbolTable().