Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h113 StringRef getRelocationTypeName(uint32_t Type) const;
114 void getRelocationTypeName(uint32_t Type,
382 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
387 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
390 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
404 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
407 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
411 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
H A DObjectFile.h265 virtual void getRelocationTypeName(DataRefImpl Rel,
521 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
H A DELFObjectFile.h274 void getRelocationTypeName(DataRefImpl Rel,
280 StringRef getRelocationTypeName(uint32_t Type) const;
871 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
876 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
879 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
H A DWasm.h194 void getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h888 StringRef getRelocationTypeName(uint16_t Type) const;
921 void getRelocationTypeName(DataRefImpl Rel,
H A DMachO.h342 void getRelocationTypeName(DataRefImpl Rel,
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1205 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile
1298 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
1301 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
H A DWasmObjectFile.cpp1392 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
H A DMachOObjectFile.cpp2114 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.cpp554 File->getCOFFObj()->getRelocationTypeName(Rel.Type) + " in " + in getRuntimePseudoRelocs()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2704 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation()
3387 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
4251 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
4461 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()