Lines Matching refs:DwarfDebug
204 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug
277 DwarfDebug::~DwarfDebug() { } in ~DwarfDebug()
310 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { in addSubprogramNames()
335 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull()
358 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
375 void DwarfDebug::addGnuPubAttributes(DwarfUnit &U, DIE &D) const { in addGnuPubAttributes()
385 DwarfDebug::constructDwarfCompileUnit(const DICompileUnit *DIUnit) { in constructDwarfCompileUnit()
457 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE()
466 void DwarfDebug::beginModule() { in beginModule()
505 void DwarfDebug::finishVariableDefinitions() { in finishVariableDefinitions()
524 void DwarfDebug::finishSubprogramDefinitions() { in finishSubprogramDefinitions()
534 void DwarfDebug::finalizeModuleInfo() { in finalizeModuleInfo()
609 void DwarfDebug::endModule() { in endModule()
675 DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, in getExistingAbstractVariable()
685 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { in getExistingAbstractVariable()
690 void DwarfDebug::createAbstractVariable(const DILocalVariable *Var, in createAbstractVariable()
697 void DwarfDebug::ensureAbstractVariableIsCreated(InlinedVariable IV, in ensureAbstractVariableIsCreated()
707 void DwarfDebug::ensureAbstractVariableIsCreatedIfScoped( in ensureAbstractVariableIsCreatedIfScoped()
719 void DwarfDebug::collectVariableInfoFromMMITable( in collectVariableInfoFromMMITable()
829 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
907 DbgVariable *DwarfDebug::createConcreteVariable(LexicalScope &Scope, in createConcreteVariable()
928 void DwarfDebug::collectVariableInfo(DwarfCompileUnit &TheCU, in collectVariableInfo()
995 void DwarfDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
1038 void DwarfDebug::beginFunction(const MachineFunction *MF) { in beginFunction()
1091 void DwarfDebug::endFunction(const MachineFunction *MF) { in endFunction()
1174 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine()
1199 void DwarfDebug::emitDebugInfo() { in emitDebugInfo()
1205 void DwarfDebug::emitAbbreviations() { in emitAbbreviations()
1211 void DwarfDebug::emitAccel(DwarfAccelTable &Accel, MCSection *Section, in emitAccel()
1221 void DwarfDebug::emitAccelNames() { in emitAccelNames()
1228 void DwarfDebug::emitAccelObjC() { in emitAccelObjC()
1234 void DwarfDebug::emitAccelNamespaces() { in emitAccelNamespaces()
1241 void DwarfDebug::emitAccelTypes() { in emitAccelTypes()
1303 void DwarfDebug::emitDebugPubNames(bool GnuStyle) { in emitDebugPubNames()
1312 void DwarfDebug::emitDebugPubSection( in emitDebugPubSection()
1372 void DwarfDebug::emitDebugPubTypes(bool GnuStyle) { in emitDebugPubTypes()
1382 void DwarfDebug::emitDebugStr() { in emitDebugStr()
1387 void DwarfDebug::emitDebugLocEntry(ByteStreamer &Streamer, in emitDebugLocEntry()
1469 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry) { in emitDebugLocEntryLocation()
1480 void DwarfDebug::emitDebugLoc() { in emitDebugLoc()
1507 void DwarfDebug::emitDebugLocDWO() { in emitDebugLocDWO()
1534 void DwarfDebug::emitDebugARanges() { in emitDebugARanges()
1691 void DwarfDebug::emitDebugRanges() { in emitDebugRanges()
1732 void DwarfDebug::handleMacroNodes(DIMacroNodeArray Nodes, DwarfCompileUnit &U) { in handleMacroNodes()
1743 void DwarfDebug::emitMacro(DIMacro &M) { in emitMacro()
1757 void DwarfDebug::emitMacroFile(DIMacroFile &F, DwarfCompileUnit &U) { in emitMacroFile()
1770 void DwarfDebug::emitDebugMacinfo() { in emitDebugMacinfo()
1789 void DwarfDebug::initSkeletonUnit(const DwarfUnit &U, DIE &Die, in initSkeletonUnit()
1805 DwarfCompileUnit &DwarfDebug::constructSkeletonCU(const DwarfCompileUnit &CU) { in constructSkeletonCU()
1821 void DwarfDebug::emitDebugInfoDWO() { in emitDebugInfoDWO()
1829 void DwarfDebug::emitDebugAbbrevDWO() { in emitDebugAbbrevDWO()
1834 void DwarfDebug::emitDebugLineDWO() { in emitDebugLineDWO()
1844 void DwarfDebug::emitDebugStrDWO() { in emitDebugStrDWO()
1851 MCDwarfDwoLineTable *DwarfDebug::getDwoLineTable(const DwarfCompileUnit &CU) { in getDwoLineTable()
1859 uint64_t DwarfDebug::makeTypeSignature(StringRef Identifier) { in makeTypeSignature()
1870 void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU, in addDwarfTypeUnitType()
1948 void DwarfDebug::addAccelName(StringRef Name, const DIE &Die) { in addAccelName()
1954 void DwarfDebug::addAccelObjC(StringRef Name, const DIE &Die) { in addAccelObjC()
1960 void DwarfDebug::addAccelNamespace(StringRef Name, const DIE &Die) { in addAccelNamespace()
1966 void DwarfDebug::addAccelType(StringRef Name, const DIE &Die, char Flags) { in addAccelType()