Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h225 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 DELFObjectFile.h303 void getRelocationTypeName(DataRefImpl Rel,
309 StringRef getRelocationTypeName(uint32_t Type) const;
1029 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
1034 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
1037 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
H A DObjectFile.h288 virtual void getRelocationTypeName(DataRefImpl Rel,
558 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
H A DWasm.h201 void getRelocationTypeName(DataRefImpl Rel,
H A DXCOFFObjectFile.h310 void getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h937 StringRef getRelocationTypeName(uint16_t Type) const;
970 void getRelocationTypeName(DataRefImpl Rel,
H A DMachO.h340 void getRelocationTypeName(DataRefImpl Rel,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1207 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile
1303 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
1306 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
H A DXCOFFObjectFile.cpp389 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1717 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
H A DMachOObjectFile.cpp2170 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp478 << "Name: " << Obj.getRelocationTypeName(Type) << "\n"; in addRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3417 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()
5949 ": " + Obj.getRelocationTypeName(R.Type)); in printRelocatableStackSizes()
6319 this->Obj.getRelocationTypeName(R.Type, RelocName); in printRelRelaReloc()