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

  /external/llvm/include/llvm/Object/
ELF.h 91 StringRef getRelocationTypeName(uint32_t Type) const;
92 void getRelocationTypeName(uint32_t Type,
269 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const {
274 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type,
277 StringRef Name = getRelocationTypeName(Type);
291 StringRef Name = getRelocationTypeName(Type1);
294 Name = getRelocationTypeName(Type2);
298 Name = getRelocationTypeName(Type3);
ELFObjectFile.h 243 void getRelocationTypeName(DataRefImpl Rel,
248 StringRef getRelocationTypeName(uint32_t Type) const;
718 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const {
723 void ELFObjectFile<ELFT>::getRelocationTypeName(
726 EF.getRelocationTypeName(type, Result);
ObjectFile.h 236 virtual void getRelocationTypeName(DataRefImpl Rel,
458 return OwningObject->getRelocationTypeName(RelocationPimpl, Result);
MachO.h 239 void getRelocationTypeName(DataRefImpl Rel,
COFF.h 750 void getRelocationTypeName(DataRefImpl Rel,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 127 virtual error_code getRelocationTypeName(DataRefImpl Rel,
MachO.h 74 virtual error_code getRelocationTypeName(DataRefImpl Rel,
ObjectFile.h 264 virtual error_code getRelocationTypeName(DataRefImpl Rel,
443 return OwningObject->getRelocationTypeName(RelocationPimpl, Result);
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel,
ELFObjectFile.cpp 358 virtual error_code getRelocationTypeName(DataRefImpl Rel,
    [all...]
MachOObjectFile.cpp 589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel,
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
MachOObjectFile.cpp 783 void MachOObjectFile::getRelocationTypeName(
    [all...]

Completed in 584 milliseconds