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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 423 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
438 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
445 return BindRebaseSectionTable->segmentName(SegIndex);
451 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset);
457 return BindRebaseSectionTable->address(SegIndex, SegOffset);
672 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 3461 if (O->BindRebaseSectionTable == nullptr)
3462 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O);
4121 if (O->BindRebaseSectionTable == nullptr)
4122 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O);

Completed in 51 milliseconds