Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h268 StringRef getRelocationTypeName(uint32_t Type) const;
269 void getRelocationTypeName(uint32_t Type,
628 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
633 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
636 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
650 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
653 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
657 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
H A DGOFFObjectFile.h121 void getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function
H A DObjectFile.h292 virtual void getRelocationTypeName(DataRefImpl Rel,
632 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
H A DELFObjectFile.h326 void getRelocationTypeName(DataRefImpl Rel,
332 StringRef getRelocationTypeName(uint32_t Type) const;
1078 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
1083 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
1086 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
H A DWasm.h201 void getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h990 StringRef getRelocationTypeName(uint16_t Type) const;
1023 void getRelocationTypeName(DataRefImpl Rel,
H A DMachO.h491 void getRelocationTypeName(DataRefImpl Rel,
H A DXCOFFObjectFile.h621 void getRelocationTypeName(DataRefImpl Rel,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1322 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile
1420 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
1423 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
H A DXCOFFObjectFile.cpp630 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1875 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
H A DMachOObjectFile.cpp2275 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.cpp667 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3840 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
6657 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes()
7085 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()