reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
194 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr)) 217 Elf_Note_Iterator notes_begin(const Elf_Phdr &Phdr, Error &Err) const { 261 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr,lib/Object/ELF.cpp
508 for (const Elf_Phdr &Phdr : *ProgramHeadersOrError) { 562 llvm::SmallVector<Elf_Phdr *, 4> LoadSegments; 564 for (const Elf_Phdr &Phdr : *ProgramHeadersOrError) 568 const Elf_Phdr *const *I = 578 const Elf_Phdr &Phdr = **I;