Searched refs:getRelocationTypeName (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELF.h | 113 StringRef getRelocationTypeName(uint32_t Type) const; 114 void getRelocationTypeName(uint32_t Type, 382 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 387 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 390 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 404 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 407 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 411 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
| H A D | ObjectFile.h | 265 virtual void getRelocationTypeName(DataRefImpl Rel, 521 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
| H A D | ELFObjectFile.h | 274 void getRelocationTypeName(DataRefImpl Rel, 280 StringRef getRelocationTypeName(uint32_t Type) const; 871 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 876 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 879 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
| H A D | Wasm.h | 194 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | COFF.h | 888 StringRef getRelocationTypeName(uint16_t Type) const; 921 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | MachO.h | 342 void getRelocationTypeName(DataRefImpl Rel,
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1205 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile 1298 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile 1301 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
|
| H A D | WasmObjectFile.cpp | 1392 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2114 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Chunks.cpp | 554 File->getCOFFObj()->getRelocationTypeName(Rel.Type) + " in " + in getRuntimePseudoRelocs()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2704 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation() 3387 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation() 4251 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 4461 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
|