Searched refs:getRelocationTypeName (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELF.h | 222 StringRef getRelocationTypeName(uint32_t Type) const; 223 void getRelocationTypeName(uint32_t Type, 547 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 552 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 555 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 569 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 572 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 576 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
| H A D | ObjectFile.h | 291 virtual void getRelocationTypeName(DataRefImpl Rel, 571 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
| H A D | ELFObjectFile.h | 315 void getRelocationTypeName(DataRefImpl Rel, 321 StringRef getRelocationTypeName(uint32_t Type) const; 1050 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 1055 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 1058 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
| H A D | Wasm.h | 198 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | COFF.h | 937 StringRef getRelocationTypeName(uint16_t Type) const; 970 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | XCOFFObjectFile.h | 536 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | MachO.h | 464 void getRelocationTypeName(DataRefImpl Rel,
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1268 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile 1364 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile 1367 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
|
| H A D | XCOFFObjectFile.cpp | 578 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1803 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2224 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Chunks.cpp | 619 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3528 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 6222 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes() 6596 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
|