Searched refs:CompactUnwindBase (Results 1 – 1 of 1) sorted by relevance
503 auto Delta = PSym->getAddress() - CompactUnwindBase->getAddress(); in writePersonalities()523 auto FnDelta = R.Fn->getAddress() - CompactUnwindBase->getAddress(); in writeIndexes()542 Records.back().Fn->getRange().End - CompactUnwindBase->getAddress(); in writeIndexes()563 auto FnDelta = R.Fn->getAddress() - CompactUnwindBase->getAddress(); in writeLSDAs()564 auto LSDADelta = R.LSDA->getAddress() - CompactUnwindBase->getAddress(); in writeLSDAs()601 auto FnDelta = R.Fn->getAddress() - CompactUnwindBase->getAddress(); in writeSecondLevelPages()636 CompactUnwindBase = G.findAbsoluteSymbolByName(Name); in getOrCreateCompactUnwindBase()637 if (!CompactUnwindBase) { in getOrCreateCompactUnwindBase()639 CompactUnwindBase = &*LocalCUBase; in getOrCreateCompactUnwindBase()646 CompactUnwindBase->setLive(true); in getOrCreateCompactUnwindBase()[all …]