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

  /external/llvm/include/llvm/Object/
ObjectFile.h 250 virtual std::error_code getRelocationType(DataRefImpl Rel,
471 return OwningObject->getRelocationType(RelocationPimpl, Result);
MachO.h 238 std::error_code getRelocationType(DataRefImpl Rel,
ELFObjectFile.h 115 std::error_code getRelocationType(DataRefImpl Rel,
630 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel,
COFF.h 615 std::error_code getRelocationType(DataRefImpl Rel,
  /external/llvm/lib/Object/
MachOObjectFile.cpp 713 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
725 getRelocationType(Rel, RType);
1012 getRelocationType(Rel, Type);
1027 getRelocationType(RelPrev, PrevType);
    [all...]
COFFObjectFile.cpp     [all...]

Completed in 1706 milliseconds