Searched refs:getELFType (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | Binary.h | 65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
|
D | ELFObjectFile.h | 128 uint8_t getELFType() const { in getELFType() function 345 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof() 754 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Binary.h | 75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
|
D | ELFObjectFile.h | 161 uint8_t getELFType() const { in getELFType() function 166 uint8_t Type = getELFType(); in getELFTypeName() 452 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof() 1054 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Binary.h | 75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
|
D | ELFObjectFile.h | 158 uint8_t getELFType() const { in getELFType() function 163 uint8_t Type = getELFType(); in getELFTypeName() 435 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof() 992 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 775 if (SymI->getELFType() == ELF::STT_SECTION) { in getSymbolNMTypeChar() 893 : elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject()
|
/external/llvm-project/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 1100 : elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject() 1173 if (ELFSymbolRef(*I).getELFType() == ELF::STT_GNU_IFUNC) in getNMSectionTagAndName()
|
/external/llvm-project/lld/ELF/ |
D | Writer.cpp | 2827 static uint16_t getELFType() { in getELFType() function 2840 eHdr->e_type = getELFType(); in writeHeader()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1357 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols() 2523 if (ELFSymbolRef(Symbol).getELFType() == ELF::STT_GNU_IFUNC) in printSymbol()
|