Searched refs:SectionAddress (Results 1 – 7 of 7) sorted by relevance
145 DenseMap<const MCSection *, uint64_t> SectionAddress; variable204 return SectionAddress.lookup(Sec); in getSectionAddress()
260 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local300 SectionAddress + (uint32_t)RI.r_address; in addRelocations()361 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
235 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local270 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
395 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local411 uint64_t Offset = Address - SectionAddress; in createInstructions()
48 SectionAddress.clear(); in reset()700 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
1853 uint32_t SectionAddress = getSectionAddress(Sec.get()->getRawDataRefImpl()); in getSymbolAddress() local1857 SectionAddress; in getSymbolAddress()1861 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()
7540 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local7541 Start -= SectionAddress; in DisassembleMachO()7561 NextSym -= SectionAddress; in DisassembleMachO()