HomeSort by: relevance | last modified time | path
    Searched refs:SectionAddress (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 111 SectionAddrMap SectionAddress;
152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
155 return SectionAddress.lookup(Sec);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp 190 JITTargetAddress SectionAddress = S.getAddress();
225 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address;
285 SectionAddress + (uint32_t)RI.r_address;
MachO_x86_64.cpp 209 JITTargetAddress SectionAddress = S.getAddress();
240 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 647 SectionAddress[Sec] = StartAddress;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 7543 uint64_t SectionAddress = Sections[SectIdx].getAddress();
7544 Start -= SectionAddress;
7564 NextSym -= SectionAddress;

Completed in 33 milliseconds