Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7777 static bool getSymbolIndices(const typename ELFT::Shdr *CGRelSection, in getSymbolIndices() argument
7781 if (!CGRelSection) { in getSymbolIndices()
7787 if (CGRelSection->sh_type == SHT_REL) { in getSymbolIndices()
7790 Obj.rels(*CGRelSection); in getSymbolIndices()
7807 Obj.relas(*CGRelSection); in getSymbolIndices()
7838 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile() local
7851 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()