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

  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel,
MachOObjectFile.cpp 589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel,
ELFObjectFile.cpp 358 virtual error_code getRelocationTypeName(DataRefImpl Rel,
    [all...]
  /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);
  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
MachOObjectFile.cpp 783 void MachOObjectFile::getRelocationTypeName(
    [all...]

Completed in 169 milliseconds