Searched refs:getRelocationTypeName (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 225 StringRef getRelocationTypeName(uint32_t Type) const; 226 void getRelocationTypeName(uint32_t Type, 549 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 554 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 557 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 571 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 574 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 578 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
| H A D | ObjectFile.h | 291 virtual void getRelocationTypeName(DataRefImpl Rel, 561 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
| H A D | ELFObjectFile.h | 303 void getRelocationTypeName(DataRefImpl Rel, 309 StringRef getRelocationTypeName(uint32_t Type) const; 1033 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 1038 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 1041 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
| H A D | Wasm.h | 201 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | COFF.h | 937 StringRef getRelocationTypeName(uint16_t Type) const; 970 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | XCOFFObjectFile.h | 355 void getRelocationTypeName(DataRefImpl Rel,
|
| H A D | MachO.h | 340 void getRelocationTypeName(DataRefImpl Rel,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 224 << "Name: " << Base::Obj.getRelocationTypeName(Type) << "\n"; in addRelocations()
|
| H A D | ELF_x86_64.cpp | 315 << "Name: " << Obj.getRelocationTypeName(Type) << "\n"; in addRelocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1214 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile 1310 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile 1313 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
|
| H A D | XCOFFObjectFile.cpp | 395 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1718 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2176 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 617 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3433 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc() 5993 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes() 6363 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
|