/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 37 ELFObjectFileBase::ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source) in ELFObjectFileBase() function in ELFObjectFileBase 77 SubtargetFeatures ELFObjectFileBase::getMIPSFeatures() const { in getMIPSFeatures() 137 SubtargetFeatures ELFObjectFileBase::getARMFeatures() const { in getARMFeatures() 241 SubtargetFeatures ELFObjectFileBase::getRISCVFeatures() const { in getRISCVFeatures() 252 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures() 266 void ELFObjectFileBase::setARMSubArch(Triple &TheTriple) const { in setARMSubArch()
|
D | SymbolSize.cpp | 44 if (const auto *E = dyn_cast<ELFObjectFileBase>(&O)) { in computeSymbolSizes()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 47 class ELFObjectFileBase : public ObjectFile { 53 ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source); 79 assert(isa<ELFObjectFileBase>(SectionRef::getObject())); in ELFSectionRef() 82 const ELFObjectFileBase *getObject() const { in getObject() 83 return cast<ELFObjectFileBase>(SectionRef::getObject()); in getObject() 98 assert(isa<ELFObjectFileBase>(B->getObject())); in elf_section_iterator() 113 assert(isa<ELFObjectFileBase>(SymbolRef::getObject())); in ELFSymbolRef() 116 const ELFObjectFileBase *getObject() const { in getObject() 117 return cast<ELFObjectFileBase>(BasicSymbolRef::getObject()); in getObject() 137 cast<ELFObjectFileBase>(B->getObject()))) {} in elf_symbol_iterator() [all …]
|
D | RelocVisitor.h | 52 if (isa<ELFObjectFileBase>(ObjToVisit))
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 47 class ELFObjectFileBase : public ObjectFile { 53 ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source); 94 assert(isa<ELFObjectFileBase>(SectionRef::getObject())); in ELFSectionRef() 97 const ELFObjectFileBase *getObject() const { in getObject() 98 return cast<ELFObjectFileBase>(SectionRef::getObject()); in getObject() 117 assert(isa<ELFObjectFileBase>(B->getObject())); in elf_section_iterator() 132 assert(isa<ELFObjectFileBase>(SymbolRef::getObject())); in ELFSymbolRef() 135 const ELFObjectFileBase *getObject() const { in getObject() 136 return cast<ELFObjectFileBase>(BasicSymbolRef::getObject()); in getObject() 156 cast<ELFObjectFileBase>(B->getObject()))) {} in elf_symbol_iterator() [all …]
|
D | RelocVisitor.h | 44 if (isa<ELFObjectFileBase>(ObjToVisit))
|
/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 20 ELFObjectFileBase::ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source) in ELFObjectFileBase() function in llvm::ELFObjectFileBase 58 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures()
|
D | SymbolSize.cpp | 50 if (const auto *E = dyn_cast<ELFObjectFileBase>(&O)) { in computeSymbolSizes()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 24 class ELFObjectFileBase; variable 96 Error findPPC64TOCSection(const ELFObjectFileBase &Obj, 99 Error findOPDEntrySection(const ELFObjectFileBase &Obj,
|
D | RuntimeDyld.cpp | 355 if (isa<object::ELFObjectFileBase>(Obj)) in isRequiredForExecution() 378 if (isa<object::ELFObjectFileBase>(Obj)) in isReadOnlyData() 396 if (isa<object::ELFObjectFileBase>(Obj)) in isZeroInit()
|
D | RuntimeDyldELF.cpp | 784 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection() 824 Error RuntimeDyldELF::findOPDEntrySection(const ELFObjectFileBase &Obj, in findOPDEntrySection() 1194 const auto &Obj = cast<ELFObjectFileBase>(O); in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 24 class ELFObjectFileBase; variable 92 Error findPPC64TOCSection(const ELFObjectFileBase &Obj, 95 Error findOPDEntrySection(const ELFObjectFileBase &Obj,
|
D | RuntimeDyld.cpp | 406 if (isa<object::ELFObjectFileBase>(Obj)) in isRequiredForExecution() 429 if (isa<object::ELFObjectFileBase>(Obj)) in isReadOnlyData() 447 if (isa<object::ELFObjectFileBase>(Obj)) in isZeroInit()
|
D | RuntimeDyldELF.cpp | 549 if (auto *E = dyn_cast<ELFObjectFileBase>(&Obj)) { in setMipsABI() 558 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection() 598 Error RuntimeDyldELF::findOPDEntrySection(const ELFObjectFileBase &Obj, in findOPDEntrySection() 1102 const auto &Obj = cast<ELFObjectFileBase>(O); in processRelocationRef()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 279 return cast<ELFObjectFileBase>(Obj).getBytesInAddress() == 8; in isSymbolList64Bit() 742 static char getSymbolNMTypeChar(ELFObjectFileBase &Obj, in getSymbolNMTypeChar() 891 return !dyn_cast<ELFObjectFileBase>(&Obj) in isObject() 923 Ret = getSymbolNMTypeChar(cast<ELFObjectFileBase>(Obj), I); in getNMTypeChar() 972 const auto *E = dyn_cast<ELFObjectFileBase>(&Obj); in dumpSymbolNamesFromObject() 1013 if (isa<ELFObjectFileBase>(&Obj)) in dumpSymbolNamesFromObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 310 return cast<ELFObjectFileBase>(Obj).getBytesInAddress() == 8; in isSymbolList64Bit() 876 static char getSymbolNMTypeChar(ELFObjectFileBase &Obj, in getSymbolNMTypeChar() 1059 return !dyn_cast<ELFObjectFileBase>(&Obj) in isObject() 1091 Ret = getSymbolNMTypeChar(cast<ELFObjectFileBase>(Obj), I); in getNMTypeChar() 1140 const auto *E = dyn_cast<ELFObjectFileBase>(&Obj); in dumpSymbolNamesFromObject() 1178 if (isa<ELFObjectFileBase>(&Obj)) in dumpSymbolNamesFromObject()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 619 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString() 900 if (auto *ELF = dyn_cast<ELFObjectFileBase>(Obj)) in getRelocationValueString() 1474 if (Common || isa<ELFObjectFileBase>(o)) { in PrintSymbolTable() 1594 if (isa<ELFObjectFileBase>(Obj)) { in printFaultMaps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 527 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString() 837 if (auto *ELF = dyn_cast<ELFObjectFileBase>(Obj)) in getRelocationValueString() 1817 const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj); in PrintDynamicRelocations() 1998 if (Common || isa<ELFObjectFileBase>(o)) { in PrintSymbolTable() 2118 if (isa<ELFObjectFileBase>(Obj)) { in printFaultMaps()
|