Searched refs:getELFType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 160 if (ESym.getELFType() == ELF::STT_FILE) in addSymbol() 173 uint8_t Type = ELFSymbolRef(Symbol).getELFType(); in addSymbol()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 148 ELFType(Section.getELFType()), ELFFlags(Section.getELFFlags()), in BinarySection() 261 unsigned getELFType() const { return ELFType; } in getELFType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | Binary.h | 77 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
|
| H A D | ELFObjectFile.h | 173 uint8_t getELFType() const { in getELFType() function 178 uint8_t Type = getELFType(); in getELFTypeName() 453 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof() 1110 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 72 BC.Ctx->getELFSection(SectionName, getELFType(), getELFFlags()); in emitAsData()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 3458 BC->registerOrUpdateSection(".pseudo_probe", PseudoProbeSection->getELFType(), in encodePseudoProbes() 4075 BSec ? BSec->getELFType() in rewriteNoteSections() 4341 NewSection.sh_type = Section.getELFType(); in getOutputSections() 5475 EHFrameSection->getELFType(), in writeEHFrameHeader()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Writer.cpp | 2788 static uint16_t getELFType() { in getELFType() function 2801 eHdr->e_type = getELFType(); in writeHeader()
|
| /llvm-project-15.0.7/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1065 elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject() 1117 if (ELFSymbolRef(*I).getELFType() == ELF::STT_GNU_IFUNC) in getNMSectionTagAndName()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 807 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols() 2218 if (ELFSymbolRef(Symbol).getELFType() == ELF::STT_GNU_IFUNC) in printSymbol()
|