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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 131 class BindRebaseSegInfo {
133 BindRebaseSegInfo(const MachOObjectFile *Obj);
672 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 3462 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O);
4011 BindRebaseSegInfo::BindRebaseSegInfo(const object::MachOObjectFile *Obj) {
4046 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex,
4079 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) {
4089 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection(
4105 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex,
4112 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) {
4122 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O)
    [all...]

Completed in 57 milliseconds