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

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A Dllvm-objdump.cpp174 uint64_t SectionAddr; local
175 if (error(i->getAddress(SectionAddr))) break;
288 outs() << format("%8"PRIx64":\t", SectionAddr + Index);
309 outs() << format("\t\t\t%8"PRIx64": ", SectionAddr + addr) << name << "\t"
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h461 uint64_t SectionAddr = 0; local
463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
464 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset();
H A DRuntimeDyldChecker.cpp857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); local
858 return StringRef(reinterpret_cast<const char *>(SectionAddr) +
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1066 uint64_t SectionAddr = Section.getAddress();
1080 DataMappingSymsAddr.push_back(Address - SectionAddr);
1082 TextMappingSymsAddr.push_back(Address - SectionAddr);
1116 Symbols.insert(Symbols.begin(), std::make_pair(SectionAddr, name));
1134 uint64_t Start = Symbols[si].first - SectionAddr;
1138 (si == se - 1) ? SectSize : Symbols[si + 1].first - SectionAddr;
1180 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
1209 SectionAddr + Index, DebugOut,
1215 SectionAddr + Index, outs(), "", *STI);
1224 if (MIA->evaluateBranch(Inst, SectionAddr
[all...]
H A DMachODump.cpp6998 uint64_t SectionAddr = RelocSection.getAddress(); local
7005 Addend = Addr - SectionAddr;
7039 Addend = Addr - SectionAddr;
/external/llvm/tools/sancov/
H A Dsancov.cc391 uint64_t SectionAddr = Section.getAddress(); local
405 SectionAddr + Index, nulls(), nulls())) {
410 uint64_t Addr = Index + SectionAddr;
415 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) &&
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp86 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; local
87 return reinterpret_cast<const char*>(SectionAddr);

Completed in 231 milliseconds