Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp848 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index, in dumpARMELFData() argument
855 OS << format("%8" PRIx64 ":\t", SectionAddr + Index); in dumpARMELFData()
875 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End, in dumpELFData() argument
884 outs() << format("%8" PRIx64 ":", SectionAddr + Index); in dumpELFData()
942 const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets() argument
951 Start += SectionAddr; in collectLocalBranchTargets()
952 End += SectionAddr; in collectLocalBranchTargets()
959 Inst, Size, Bytes.slice(Index - SectionAddr), Index, nulls()); in collectLocalBranchTargets()
980 MCDisassembler *DisAsm, uint64_t SectionAddr, ArrayRef<uint8_t> Bytes, in addSymbolizer() argument
1002 DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), SectionAddr + Index, in addSymbolizer()
[all …]
H A DMachODump.cpp7830 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7841 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7864 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp748 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
761 SectionAddr + Index, nulls())) { in getObjectCoveragePoints()
766 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints()
771 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp104 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
105 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()