Home
last modified time | relevance | path

Searched refs:getELFType (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
DBinary.h65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
DELFObjectFile.h128 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/
DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
DELFObjectFile.h161 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/
DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
DELFObjectFile.h158 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/
Dllvm-nm.cpp775 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/
Dllvm-nm.cpp1100 : 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/
DWriter.cpp2827 static uint16_t getELFType() { in getELFType() function
2840 eHdr->e_type = getELFType(); in writeHeader()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1357 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols()
2523 if (ELFSymbolRef(Symbol).getELFType() == ELF::STT_GNU_IFUNC) in printSymbol()