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

  /external/llvm/include/llvm/Object/
ObjectFile.h 340 virtual error_code getRelocationTypeName(DataRefImpl Rel,
578 return OwningObject->getRelocationTypeName(RelocationPimpl, Result);
MachO.h 103 virtual error_code getRelocationTypeName(DataRefImpl Rel,
COFF.h 254 virtual error_code getRelocationTypeName(DataRefImpl Rel,
ELF.h 659 StringRef getRelocationTypeName(uint32_t Type) const;
719 virtual error_code getRelocationTypeName(DataRefImpl Rel,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 786 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel,
MachOObjectFile.cpp 901 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel,
    [all...]

Completed in 568 milliseconds