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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h514 uint64_t SectionAddr = 0; local
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
517 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset();
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); local
534 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp848 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index,
855 OS << format("%8" PRIx64 ":\t", SectionAddr + Index);
875 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End,
884 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
942 const MCSubtargetInfo *STI, uint64_t SectionAddr,
951 Start += SectionAddr;
952 End += SectionAddr;
959 Inst, Size, Bytes.slice(Index - SectionAddr), Index, nulls());
980 MCDisassembler *DisAsm, uint64_t SectionAddr, ArrayRef<uint8_t> Bytes,
1002 DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), SectionAddr
[all...]
H A DMachODump.cpp7830 uint64_t SectionAddr = RelocSection.getAddress(); local
7841 Addend = Addr - SectionAddr;
7864 Addend = Addr - SectionAddr;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp748 uint64_t SectionAddr = Section.getAddress(); local
761 SectionAddr + Index, nulls())) {
766 uint64_t Addr = Index + SectionAddr;
771 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp104 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; local
105 return reinterpret_cast<const char*>(SectionAddr);

Completed in 311 milliseconds