Searched refs:getRelocationTypeName (Results 1 – 14 of 14) sorted by relevance
| /llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 312 StringRef getRelocationTypeName(uint32_t Type) const; 313 void getRelocationTypeName(uint32_t Type, 677 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() 682 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() 685 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 699 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 702 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 706 Name = getRelocationTypeName(Type3); in getRelocationTypeName() 676 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { getRelocationTypeName() function 681 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, getRelocationTypeName() function
|
| H A D | GOFFObjectFile.h | 126 void getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function
|
| H A D | ObjectFile.h | 292 virtual void getRelocationTypeName(DataRefImpl Rel, 633 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
| H A D | ELFObjectFile.h | 345 void getRelocationTypeName(DataRefImpl Rel, 351 StringRef getRelocationTypeName(uint32_t Type) const; 1143 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { 1148 void ELFObjectFile<ELFT>::getRelocationTypeName( 1151 EF.getRelocationTypeName(type, Result); in getRelocationTypeName() 1144 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { getRelocationTypeName() function 1149 void ELFObjectFile<ELFT>::getRelocationTypeName( getRelocationTypeName() function
|
| H A D | Wasm.h | 206 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | COFF.h | 1039 StringRef getRelocationTypeName(uint16_t Type) const; 1072 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | MachO.h | 491 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | XCOFFObjectFile.h | 629 void getRelocationTypeName(DataRefImpl Rel,
|
| /llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1381 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() 1498 void COFFObjectFile::getRelocationTypeName( 1501 StringRef Res = getRelocationTypeName(Reloc->Type); in lookup_table_end() 1308 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { getRelocationTypeName() function in COFFObjectFile 1404 void COFFObjectFile::getRelocationTypeName( getRelocationTypeName() function in COFFObjectFile
|
| H A D | XCOFFObjectFile.cpp | 637 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() 636 void XCOFFObjectFile::getRelocationTypeName( getRelocationTypeName() function in llvm::object::XCOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 2065 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() 2054 void WasmObjectFile::getRelocationTypeName( getRelocationTypeName() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2275 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|
| /llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 686 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in isCOMDAT()
|
| /llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3842 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 6829 ": " + Obj.getRelocationTypeName(R.Type)); in printStackSizes() 7270 this->Obj.getRelocationTypeName(R.Type, RelocName); in printSectionHeaders()
|