/external/llvm/include/llvm/Object/ |
D | ELF.h | 91 StringRef getRelocationTypeName(uint32_t Type) const; 92 void getRelocationTypeName(uint32_t Type, 269 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 274 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 277 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 291 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 294 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 298 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,
|
D | COFF.h | 750 void getRelocationTypeName(DataRefImpl Rel,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELF.h | 113 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()
|
D | ELFObjectFile.h | 270 void getRelocationTypeName(DataRefImpl Rel, 276 StringRef getRelocationTypeName(uint32_t Type) const; 852 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 857 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 860 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
D | ObjectFile.h | 251 virtual void getRelocationTypeName(DataRefImpl Rel, 499 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | Wasm.h | 185 void getRelocationTypeName(DataRefImpl Rel,
|
D | MachO.h | 342 void getRelocationTypeName(DataRefImpl Rel,
|
D | COFF.h | 918 void getRelocationTypeName(DataRefImpl Rel,
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 264 virtual error_code getRelocationTypeName(DataRefImpl Rel, 443 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | MachO.h | 74 virtual error_code getRelocationTypeName(DataRefImpl Rel,
|
D | COFF.h | 127 virtual error_code getRelocationTypeName(DataRefImpl Rel,
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 358 virtual error_code getRelocationTypeName(DataRefImpl Rel, 896 ::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in ELFObjectFile
|
D | MachOObjectFile.cpp | 589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in llvm::object::MachOObjectFile
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2646 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation() 3325 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation() 4099 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 4308 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1119 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 783 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1245 void WasmObjectFile::getRelocationTypeName( in getRelocationTypeName() function in WasmObjectFile
|
D | COFFObjectFile.cpp | 1182 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 2114 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|