Lines Matching refs:DWARFDebugInfoEntryMinimal
29 static const DWARFUnit *findUnitAndExtractFast(DWARFDebugInfoEntryMinimal &DIE,
36 void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS, DWARFUnit *u,
63 const DWARFDebugInfoEntryMinimal *child = getFirstChild();
111 void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS,
168 DWARFDebugInfoEntryMinimal DIE;
184 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U,
224 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const {
228 bool DWARFDebugInfoEntryMinimal::isSubroutineDIE() const {
234 bool DWARFDebugInfoEntryMinimal::getAttributeValue(
259 const char *DWARFDebugInfoEntryMinimal::getAttributeValueAsString(
268 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsAddress(
277 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsignedConstant(
286 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsReference(
295 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsSectionOffset(
305 DWARFDebugInfoEntryMinimal::getRangesBaseAttribute(const DWARFUnit *U,
314 bool DWARFDebugInfoEntryMinimal::getLowAndHighPC(const DWARFUnit *U,
332 DWARFDebugInfoEntryMinimal::getAddressRanges(const DWARFUnit *U) const {
351 void DWARFDebugInfoEntryMinimal::collectChildrenAddressRanges(
360 const DWARFDebugInfoEntryMinimal *Child = getFirstChild();
367 bool DWARFDebugInfoEntryMinimal::addressRangeContainsAddress(
377 DWARFDebugInfoEntryMinimal::getSubroutineName(const DWARFUnit *U,
385 DWARFDebugInfoEntryMinimal::getName(const DWARFUnit *U,
404 DWARFDebugInfoEntryMinimal spec_die;
414 DWARFDebugInfoEntryMinimal abs_origin_die;
424 void DWARFDebugInfoEntryMinimal::getCallerFrame(const DWARFUnit *U,
434 DWARFDebugInfoEntryMinimal::getInlinedChainForAddress(
440 for (const DWARFDebugInfoEntryMinimal *DIE = this; DIE; ) {
447 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();