HomeSort by relevance Sort by last modified time
    Searched defs:DwarfFile (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 1 //===-- llvm/CodeGen/DwarfFile.h - Dwarf Debug Framework -------*- C++ -*--===//
34 class DwarfFile {
50 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
52 ~DwarfFile();
DwarfFile.cpp 1 //===-- llvm/CodeGen/DwarfFile.cpp - Dwarf Debug Framework ----------------===//
10 #include "DwarfFile.h"
21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA)
24 DwarfFile::~DwarfFile() {}
28 void DwarfFile::assignAbbrevNumber(DIEAbbrev &Abbrev) {
45 void DwarfFile::addUnit(std::unique_ptr<DwarfUnit> U) {
51 void DwarfFile::emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym) {
71 void DwarfFile::computeSizeAndOffsets()
    [all...]

Completed in 147 milliseconds