Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp160 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 DBinarySection.h148 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 DBinary.h77 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
H A DELFObjectFile.h173 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 DBinarySection.cpp72 BC.Ctx->getELFSection(SectionName, getELFType(), getELFFlags()); in emitAsData()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3458 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 DWriter.cpp2788 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 Dllvm-nm.cpp1065 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 Dllvm-objdump.cpp807 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols()
2218 if (ELFSymbolRef(Symbol).getELFType() == ELF::STT_GNU_IFUNC) in printSymbol()