Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1001 OS << format("%8" PRIx64 ": ", SectionAddr + Index); in dumpARMELFData()
1097 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels()
1098 uint64_t EndAddress = SectionAddr + End; in collectBBAddrMapLabels()
1120 Start += SectionAddr; in collectLocalBranchTargets()
1121 End += SectionAddr; in collectLocalBranchTargets()
1410 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local
1489 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()
1501 Start -= SectionAddr; in disassembleObject()
1502 End -= SectionAddr; in disassembleObject()
1562 if (SectionAddr < StartAddress) in disassembleObject()
[all …]
H A DMachODump.cpp7853 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7864 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7887 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h514 uint64_t SectionAddr = 0; in getSymbol() local
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
517 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
534 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp774 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
787 uint64_t ThisAddr = SectionAddr + Index; in getObjectCoveragePoints()
795 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints()
800 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
108 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()