/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 509 uint64_t SectionAddr = 0; in getSymbol() local 511 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 512 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol() 527 uint64_t SectionAddr = 0; in getSymbolTable() local 529 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() 531 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
|
D | RuntimeDyldChecker.cpp | 874 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local 875 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1390 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local 1404 DataMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject() 1406 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject() 1408 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject() 1410 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject() 1454 std::make_tuple(SectionAddr, SectionName, in DisassembleObject() 1474 uint64_t Start = std::get<0>(Symbols[si]) - SectionAddr; in DisassembleObject() 1478 (si == se - 1) ? SectSize : std::get<0>(Symbols[si + 1]) - SectionAddr; in DisassembleObject() 1488 if (End + SectionAddr < StartAddress || in DisassembleObject() 1489 Start + SectionAddr > StopAddress) { in DisassembleObject() [all …]
|
D | MachODump.cpp | 7383 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local 7390 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend() 7414 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 174 uint64_t SectionAddr; in DisassembleObject() local 175 if (error(i->getAddress(SectionAddr))) break; in DisassembleObject() 288 outs() << format("%8"PRIx64":\t", SectionAddr + Index); in DisassembleObject() 309 outs() << format("\t\t\t%8"PRIx64": ", SectionAddr + addr) << name << "\t" in DisassembleObject()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 461 uint64_t SectionAddr = 0; in getSymbol() local 463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 464 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
|
D | RuntimeDyldChecker.cpp | 857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local 858 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1066 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local 1080 DataMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject() 1082 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject() 1116 Symbols.insert(Symbols.begin(), std::make_pair(SectionAddr, name)); in DisassembleObject() 1134 uint64_t Start = Symbols[si].first - SectionAddr; in DisassembleObject() 1138 (si == se - 1) ? SectSize : Symbols[si + 1].first - SectionAddr; in DisassembleObject() 1180 outs() << format("%8" PRIx64 ":", SectionAddr + Index); in DisassembleObject() 1209 SectionAddr + Index, DebugOut, in DisassembleObject() 1215 SectionAddr + Index, outs(), "", *STI); in DisassembleObject() 1224 if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { in DisassembleObject() [all …]
|
D | MachODump.cpp | 6998 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local 7005 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend() 7039 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
D | sancov.cpp | 814 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local 828 SectionAddr + Index, nulls(), nulls())) { in getObjectCoveragePoints() 833 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints() 838 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 391 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local 405 SectionAddr + Index, nulls(), nulls())) { in getObjectCoveragePoints() 410 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints() 415 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 86 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local 87 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 105 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local 106 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()
|