Searched refs:SpecVal (Results 1 – 1 of 1) sorted by relevance
2417 DIEValue *SpecVal = Die->findAttribute(dwarf::DW_AT_specification); in computeIndexValue() local2418 if (SpecVal) { in computeIndexValue()2419 DIE *SpecDIE = cast<DIEEntry>(SpecVal)->getEntry(); in computeIndexValue()