Searched refs:getRelocationTypeName (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 311 StringRef getRelocationTypeName(uint32_t Type) const; 312 void getRelocationTypeName(uint32_t Type, 676 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 681 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 684 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 698 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 701 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 705 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
H A D | GOFFObjectFile.h | 126 void getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function
|
H A D | ObjectFile.h | 292 virtual void getRelocationTypeName(DataRefImpl Rel, 633 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
H A D | ELFObjectFile.h | 345 void getRelocationTypeName(DataRefImpl Rel, 351 StringRef getRelocationTypeName(uint32_t Type) const; 1144 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 1149 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 1152 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
H A D | Wasm.h | 206 void getRelocationTypeName(DataRefImpl Rel,
|
H A D | COFF.h | 990 StringRef getRelocationTypeName(uint16_t Type) const; 1023 void getRelocationTypeName(DataRefImpl Rel,
|
H A D | XCOFFObjectFile.h | 628 void getRelocationTypeName(DataRefImpl Rel,
|
H A D | MachO.h | 491 void getRelocationTypeName(DataRefImpl Rel,
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1308 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile 1404 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile 1407 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
|
H A D | XCOFFObjectFile.cpp | 636 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
|
H A D | WasmObjectFile.cpp | 2057 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
|
H A D | MachOObjectFile.cpp | 2275 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 669 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3826 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 6803 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes() 7241 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
|