Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h317 StringRef getRelocationTypeName(uint32_t Type) const;
318 void getRelocationTypeName(uint32_t Type,
682 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
687 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
690 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
704 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
707 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
711 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
H A DGOFFObjectFile.h127 void getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function
H A DObjectFile.h293 virtual void getRelocationTypeName(DataRefImpl Rel,
634 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
H A DELFObjectFile.h348 void getRelocationTypeName(DataRefImpl Rel,
354 StringRef getRelocationTypeName(uint32_t Type) const;
1149 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
1154 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
1157 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
H A DWasm.h207 void getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h1044 StringRef getRelocationTypeName(uint16_t Type) const;
1077 void getRelocationTypeName(DataRefImpl Rel,
H A DMachO.h496 void getRelocationTypeName(DataRefImpl Rel,
H A DXCOFFObjectFile.h635 void getRelocationTypeName(DataRefImpl Rel,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1381 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile
1498 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
1501 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
H A DXCOFFObjectFile.cpp641 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2078 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
H A DMachOObjectFile.cpp2276 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp696 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3891 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
6915 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes()
7356 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()