Searched refs:Elf_CGProfile (Results 1 – 4 of 4) sorted by relevance
193 using Elf_CGProfile = typename ELFT::CGProfile; variable254 ArrayRef<Elf_CGProfile> cgProfile;
581 check(obj.template getSectionContentsAsArray<Elf_CGProfile>(sec)); in initializeSections()
320 The contents of the section shall be a sequence of ``Elf_CGProfile`` entries.328 } Elf_CGProfile;
109 using Elf_CGProfile = typename ELFT::CGProfile; \6763 Expected<ArrayRef<Elf_CGProfile>> CGProfileOrErr = in printCGProfile()6764 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>( in printCGProfile()6773 for (const Elf_CGProfile &CGPE : *CGProfileOrErr) { in printCGProfile()