Searched refs:SecondSymbolAddress (Results 1 – 1 of 1) sorted by relevance
449 llvm::Optional<int64_t> SecondSymbolAddress; in collectRelocationsToApplyToSwiftReflectionSections() local459 SecondSymbolAddress = Mapping->getValue().BinaryAddress; in collectRelocationsToApplyToSwiftReflectionSections()468 if (!SecondSymbolAddress) { in collectRelocationsToApplyToSwiftReflectionSections()472 SecondSymbolAddress = CalculateAddressOfSymbolInDwarfSegment(); in collectRelocationsToApplyToSwiftReflectionSections()475 if (!FirstSymbolAddress || !SecondSymbolAddress) in collectRelocationsToApplyToSwiftReflectionSections()484 int32_t Value = (*SecondSymbolAddress + Addend) - *FirstSymbolAddress; in collectRelocationsToApplyToSwiftReflectionSections()