Home
last modified time | relevance | path

Searched refs:SecondSymbolAddress (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp449 llvm::Optional<int64_t> SecondSymbolAddress; in collectRelocationsToApplyToSwiftReflectionSections() local
459 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()