#include "llvm-dwarfdump.h"
#define DEBUG_TYPE …
usingnamespacellvm;
usingnamespacellvm::dwarfdump;
usingnamespacellvm::object;
static size_t getNameColumnWidth(const SectionSizes &Sizes,
const StringRef SectionNameTitle) { … }
static size_t getSizeColumnWidth(const SectionSizes &Sizes,
const StringRef SectionSizeTitle) { … }
static void prettyPrintSectionSizes(const ObjectFile &Obj,
const SectionSizes &Sizes,
raw_ostream &OS) { … }
void dwarfdump::calculateSectionSizes(const ObjectFile &Obj,
SectionSizes &Sizes,
const Twine &Filename) { … }
bool dwarfdump::collectObjectSectionSizes(ObjectFile &Obj,
DWARFContext & ,
const Twine &Filename,
raw_ostream &OS) { … }