Home
last modified time | relevance | path

Searched refs:isMips64EL (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h381 uint32_t getRInfo(bool isMips64EL) const {
382 assert(!isMips64EL);
392 uint32_t getSymbol(bool isMips64EL) const {
393 return this->getRInfo(isMips64EL) >> 8;
395 unsigned char getType(bool isMips64EL) const {
396 return (unsigned char)(this->getRInfo(isMips64EL) & 0x0ff);
424 uint64_t getRInfo(bool isMips64EL) const {
426 if (!isMips64EL)
444 uint32_t getSymbol(bool isMips64EL) const {
445 return (uint32_t)(this->getRInfo(isMips64EL) >> 32);
[all …]
DELFObjectFile.h684 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
686 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
712 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()
714 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
DELF.h106 bool isMips64EL() const { in isMips64EL() function
308 uint32_t Index = Rel->getSymbol(isMips64EL()); in getRelocationSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h362 uint32_t getRInfo(bool isMips64EL) const {
363 assert(!isMips64EL);
373 uint32_t getSymbol(bool isMips64EL) const {
374 return this->getRInfo(isMips64EL) >> 8;
376 unsigned char getType(bool isMips64EL) const {
377 return (unsigned char)(this->getRInfo(isMips64EL) & 0x0ff);
405 uint64_t getRInfo(bool isMips64EL) const {
407 if (!isMips64EL)
426 uint32_t getSymbol(bool isMips64EL) const {
427 return (uint32_t)(this->getRInfo(isMips64EL) >> 32);
[all …]
DELFObjectFile.h820 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
822 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
846 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()
848 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
DELF.h132 bool isMips64EL() const { in isMips64EL() function
426 uint32_t Index = Rel->getSymbol(isMips64EL()); in getRelocationSymbol()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp356 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL() function
389 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()
395 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp473 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL() function
507 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()
513 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2468 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation()
2973 uint32_t SymIndex = R.getSymbol(Obj->isMips64EL()); in printDynamicRelocation()
2975 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
3289 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
3304 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation()
3306 Rel.getSymbol(Obj->isMips64EL())); in printRelocation()
3490 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
3492 uint32_t SymIndex = Rel.getSymbol(Obj->isMips64EL()); in printDynamicRelocation()
3499 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printDynamicRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2646 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation()
3323 uint32_t SymIndex = R.getSymbol(Obj->isMips64EL()); in printDynamicRelocation()
3325 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
4099 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
4114 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printRelocation()
4116 Rel.getSymbol(Obj->isMips64EL())); in printRelocation()
4308 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
4310 uint32_t SymIndex = Rel.getSymbol(Obj->isMips64EL()); in printDynamicRelocation()
4317 W.printNumber("Type", RelocName, (int)Rel.getType(Obj->isMips64EL())); in printDynamicRelocation()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp207 R.Type = Rel->getType(Obj.isMips64EL()); in dumpRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp281 R.Type = Rel->getType(Obj.isMips64EL()); in dumpRelocation()