Lines Matching refs:DwarfFile
1 //===-- llvm/CodeGen/DwarfFile.cpp - Dwarf Debug Framework ----------------===//
10 #include "DwarfFile.h"
20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA)
23 DwarfFile::~DwarfFile() {
30 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) {
53 void DwarfFile::addUnit(std::unique_ptr<DwarfUnit> U) {
59 void DwarfFile::emitUnits(bool UseOffsets) {
72 void DwarfFile::computeSizeAndOffsets() {
93 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) {
124 void DwarfFile::emitAbbrevs(MCSection *Section) {
134 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) {
138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) {