/external/llvm/include/llvm/Object/ |
D | ELF.h | 91 StringRef getRelocationTypeName(uint32_t Type) const; 92 void getRelocationTypeName(uint32_t Type, 265 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 270 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 273 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 287 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 290 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 294 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
D | ELFObjectFile.h | 243 void getRelocationTypeName(DataRefImpl Rel, 248 StringRef getRelocationTypeName(uint32_t Type) const; 718 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 723 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 726 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
D | ObjectFile.h | 236 virtual void getRelocationTypeName(DataRefImpl Rel, 458 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | MachO.h | 239 void getRelocationTypeName(DataRefImpl Rel,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELF.h | 139 StringRef getRelocationTypeName(uint32_t Type) const; 140 void getRelocationTypeName(uint32_t Type, 432 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 437 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 440 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 454 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 457 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 461 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
D | ELFObjectFile.h | 298 void getRelocationTypeName(DataRefImpl Rel, 304 StringRef getRelocationTypeName(uint32_t Type) const; 907 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 912 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 915 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
D | ObjectFile.h | 285 virtual void getRelocationTypeName(DataRefImpl Rel, 545 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | XCOFFObjectFile.h | 284 void getRelocationTypeName(DataRefImpl Rel,
|
D | Wasm.h | 195 void getRelocationTypeName(DataRefImpl Rel,
|
D | COFF.h | 890 StringRef getRelocationTypeName(uint16_t Type) const; 922 void getRelocationTypeName(DataRefImpl Rel,
|
D | MachO.h | 339 void getRelocationTypeName(DataRefImpl Rel,
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELF.h | 157 StringRef getRelocationTypeName(uint32_t Type) const; 158 void getRelocationTypeName(uint32_t Type, 470 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 475 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 478 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 492 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 495 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 499 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
D | ELFObjectFile.h | 312 void getRelocationTypeName(DataRefImpl Rel, 318 StringRef getRelocationTypeName(uint32_t Type) const; 994 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 999 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 1002 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
D | ObjectFile.h | 288 virtual void getRelocationTypeName(DataRefImpl Rel, 558 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | XCOFFObjectFile.h | 310 void getRelocationTypeName(DataRefImpl Rel,
|
D | Wasm.h | 200 void getRelocationTypeName(DataRefImpl Rel,
|
D | COFF.h | 914 StringRef getRelocationTypeName(uint16_t Type) const; 947 void getRelocationTypeName(DataRefImpl Rel,
|
D | MachO.h | 340 void getRelocationTypeName(DataRefImpl Rel,
|
/external/llvm-project/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1203 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile 1299 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile 1302 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
|
D | XCOFFObjectFile.cpp | 390 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1181 StringRef COFFObjectFile::getRelocationTypeName(uint16_t Type) const { in getRelocationTypeName() function in COFFObjectFile 1277 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile 1280 StringRef Res = getRelocationTypeName(Reloc->Type); in getRelocationTypeName()
|
D | XCOFFObjectFile.cpp | 348 void XCOFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in llvm::object::XCOFFObjectFile
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | ELF_x86_64.cpp | 408 << "Name: " << Obj.getRelocationTypeName(Type) << "\n"; in addRelocations()
|
/external/llvm-project/lld/COFF/ |
D | Chunks.cpp | 560 file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " + in getRuntimePseudoRelocs()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2468 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation() 2975 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation() 3289 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 3490 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
|