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

  /external/llvm/include/llvm/Object/
ObjectFile.h 276 virtual std::error_code getRelocationAddress(DataRefImpl Rel,
499 return OwningObject->getRelocationAddress(RelocationPimpl, Result);
MachO.h 105 std::error_code getRelocationAddress(DataRefImpl Rel,
COFF.h 403 std::error_code getRelocationAddress(DataRefImpl Rel,
ELFObjectFile.h 104 std::error_code getRelocationAddress(DataRefImpl Rel,
573 ELFObjectFile<ELFT>::getRelocationAddress(DataRefImpl Rel,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 860 std::error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel,
862 report_fatal_error("getRelocationAddress not implemented in COFFObjectFile");
    [all...]
MachOObjectFile.cpp 846 std::error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel,
    [all...]

Completed in 45 milliseconds