HomeSort by relevance Sort by last modified time
    Searched refs:SectionAddr (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 469 uint64_t SectionAddr = 0;
471 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
472 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset();
RuntimeDyldChecker.cpp 855 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID());
856 return StringRef(reinterpret_cast<const char *>(SectionAddr) +
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 291 uint64_t SectionAddr = Section.getAddress();
308 SectionAddr + Index, nulls(), nulls())) {
315 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) {
318 Addrs->insert(Index + SectionAddr + Size - 1);
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 931 uint64_t SectionAddr = Section.getAddress();
945 DataMappingSymsAddr.push_back(Address - SectionAddr);
947 TextMappingSymsAddr.push_back(Address - SectionAddr);
    [all...]
MachODump.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 79 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
80 return reinterpret_cast<const char*>(SectionAddr);
    [all...]

Completed in 330 milliseconds