Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7662 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument
7666 if (!CGRelSection) { in getSymbolIndices()
7672 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()
7675 Obj.rels(*CGRelSection); in getSymbolIndices()
7692 Obj.relas(*CGRelSection); in getSymbolIndices()
7723 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local
7736 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()