Home
last modified time | relevance | path

Searched refs:getRelocationTypeName (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/Object/
DELF.h91 StringRef getRelocationTypeName(uint32_t Type) const;
92 void getRelocationTypeName(uint32_t Type,
265 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
270 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
273 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
287 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
290 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
294 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
DELFObjectFile.h243 void getRelocationTypeName(DataRefImpl Rel,
248 StringRef getRelocationTypeName(uint32_t Type) const;
718 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
723 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
726 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
DObjectFile.h236 virtual void getRelocationTypeName(DataRefImpl Rel,
458 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DMachO.h239 void getRelocationTypeName(DataRefImpl Rel,
DCOFF.h750 void getRelocationTypeName(DataRefImpl Rel,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h139 StringRef getRelocationTypeName(uint32_t Type) const;
140 void getRelocationTypeName(uint32_t Type,
432 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
437 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
440 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
454 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
457 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
461 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
DELFObjectFile.h298 void getRelocationTypeName(DataRefImpl Rel,
304 StringRef getRelocationTypeName(uint32_t Type) const;
907 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
912 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
915 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
DObjectFile.h285 virtual void getRelocationTypeName(DataRefImpl Rel,
545 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DXCOFFObjectFile.h284 void getRelocationTypeName(DataRefImpl Rel,
DWasm.h195 void getRelocationTypeName(DataRefImpl Rel,
DCOFF.h890 StringRef getRelocationTypeName(uint16_t Type) const;
922 void getRelocationTypeName(DataRefImpl Rel,
DMachO.h339 void getRelocationTypeName(DataRefImpl Rel,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DELF.h224 StringRef getRelocationTypeName(uint32_t Type) const;
225 void getRelocationTypeName(uint32_t Type,
549 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
554 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
557 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
571 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
574 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
578 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
DObjectFile.h291 virtual void getRelocationTypeName(DataRefImpl Rel,
576 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DELFObjectFile.h316 void getRelocationTypeName(DataRefImpl Rel,
322 StringRef getRelocationTypeName(uint32_t Type) const;
1053 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
1058 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
1061 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
DWasm.h198 void getRelocationTypeName(DataRefImpl Rel,
DCOFF.h930 StringRef getRelocationTypeName(uint16_t Type) const;
963 void getRelocationTypeName(DataRefImpl Rel,
DXCOFFObjectFile.h614 void getRelocationTypeName(DataRefImpl Rel,
DMachO.h490 void getRelocationTypeName(DataRefImpl Rel,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp1181 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile
1277 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
1280 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
DXCOFFObjectFile.cpp348 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DCOFFObjectFile.cpp1271 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile
1368 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
1371 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
DXCOFFObjectFile.cpp626 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2468 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation()
2975 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
3289 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
3490 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1119 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile

12