Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h222 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 DObjectFile.h291 virtual void getRelocationTypeName(DataRefImpl Rel,
571 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
H A DELFObjectFile.h315 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 DWasm.h198 void getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h937 StringRef getRelocationTypeName(uint16_t Type) const;
970 void getRelocationTypeName(DataRefImpl Rel,
H A DXCOFFObjectFile.h536 void getRelocationTypeName(DataRefImpl Rel,
H A DMachO.h464 void getRelocationTypeName(DataRefImpl Rel,
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp1268 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 DXCOFFObjectFile.cpp578 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1803 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
H A DMachOObjectFile.cpp2224 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
/llvm-project-15.0.7/lld/COFF/
H A DChunks.cpp619 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3528 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
6222 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes()
6596 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()