Lines Matching refs:CompactUnwindBase
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()
660 << CompactUnwindBase->getAddress(); in makePersonalityRangeError()
668 Symbol *CompactUnwindBase = nullptr; variable