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

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 112 getRelocationTypeName(DataRefImpl Rel,
119 StringRef getRelocationTypeName(uint32_t Type) const;
632 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const {
637 std::error_code ELFObjectFile<ELFT>::getRelocationTypeName(
654 EF.getRelocationTypeName(type, Result);
    [all...]
ELF.h 312 StringRef getRelocationTypeName(uint32_t Type) const;
313 void getRelocationTypeName(uint32_t Type,
547 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const {
552 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type,
555 StringRef Name = getRelocationTypeName(Type);
569 StringRef Name = getRelocationTypeName(Type1);
572 Name = getRelocationTypeName(Type2);
576 Name = getRelocationTypeName(Type3);
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 906 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel,
    [all...]
MachOObjectFile.cpp 897 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel,
    [all...]

Completed in 49 milliseconds