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

/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h224 StringRef getRelocationTypeName(uint32_t Type) const;
225 void getRelocationTypeName(uint32_t Type,
549 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { function in class:llvm::object::ELFFile
554 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, function in class:llvm::object::ELFFile
557 StringRef Name = getRelocationTypeName(Type);
571 StringRef Name = getRelocationTypeName(Type1);
574 Name = getRelocationTypeName(Type2);
578 Name = getRelocationTypeName(Type3);
H A DObjectFile.h291 virtual void getRelocationTypeName(DataRefImpl Rel,
576 return OwningObject->getRelocationTypeName(RelocationPimpl, Result);
H A DELFObjectFile.h316 void getRelocationTypeName(DataRefImpl Rel,
322 StringRef getRelocationTypeName(uint32_t Type) const;
1053 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { function in class:llvm::object::ELFObjectFile
1058 void ELFObjectFile<ELFT>::getRelocationTypeName( function in class:llvm::object::ELFObjectFile
1061 EF.getRelocationTypeName(type, Result);
H A DWasm.h198 void getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h930 StringRef getRelocationTypeName(uint16_t Type) const;
963 void getRelocationTypeName(DataRefImpl Rel,
H A DXCOFFObjectFile.h614 void getRelocationTypeName(DataRefImpl Rel,
H A DMachO.h490 void getRelocationTypeName(DataRefImpl Rel,
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1271 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { function in class:COFFObjectFile
1368 void COFFObjectFile::getRelocationTypeName( function in class:COFFObjectFile
1371 StringRef Res = getRelocationTypeName(Reloc->Type);
H A DXCOFFObjectFile.cpp626 void XCOFFObjectFile::getRelocationTypeName( function in class:llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1795 void WasmObjectFile::getRelocationTypeName( function in class:WasmObjectFile
H A DMachOObjectFile.cpp2268 void MachOObjectFile::getRelocationTypeName( function in class:MachOObjectFile
/openbsd-current/gnu/llvm/lld/COFF/
H A DChunks.cpp655 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " +
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3536 this->Obj.getRelocationTypeName(R.Type, RelocName);
6279 ": " + Obj.getRelocationTypeName(R.Type));
6659 this->Obj.getRelocationTypeName(R.Type, RelocName);

Completed in 246 milliseconds