Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:LLVMStyle

354 template <typename ELFT> class LLVMStyle : public DumpStyle<ELFT> {
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper)
1361 ELFDumperStyle.reset(new LLVMStyle<ELFT>(Writer, this));
3163 template <class ELFT> void LLVMStyle<ELFT>::printFileHeaders(const ELFO *Obj) {
3208 void LLVMStyle<ELFT>::printGroupSections(const ELFO *Obj) {
3242 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) {
3265 void LLVMStyle<ELFT>::printRelocations(const Elf_Shdr *Sec, const ELFO *Obj) {
3286 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel,
3316 template <class ELFT> void LLVMStyle<ELFT>::printSections(const ELFO *Obj) {
3395 void LLVMStyle<ELFT>::printSymbol(const ELFO *Obj, const Elf_Sym *Symbol,
3441 template <class ELFT> void LLVMStyle<ELFT>::printSymbols(const ELFO *Obj) {
3447 void LLVMStyle<ELFT>::printDynamicSymbols(const ELFO *Obj) {
3453 void LLVMStyle<ELFT>::printDynamicRelocations(const ELFO *Obj) {
3488 void LLVMStyle<ELFT>::printDynamicRelocation(const ELFO *Obj, Elf_Rela Rel) {
3511 void LLVMStyle<ELFT>::printProgramHeaders(const ELFO *Obj) {
3529 void LLVMStyle<ELFT>::printHashHistogram(const ELFFile<ELFT> *Obj) {