Home
last modified time | relevance | path

Searched refs:getELFType (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h68 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
DELFObjectFile.h147 uint8_t getELFType() const { in getELFType() function
406 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof()
939 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp912 if (SymI->getELFType() == ELF::STT_SECTION) { in getSymbolNMTypeChar()
1061 : elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1196 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols()