Fix indentation.
llvm-svn: 250047
This commit is contained in:
@@ -79,15 +79,15 @@ protected:
|
|||||||
if (ELFT::TargetEndianness == llvm::support::little)
|
if (ELFT::TargetEndianness == llvm::support::little)
|
||||||
return ELF64LEKind;
|
return ELF64LEKind;
|
||||||
return ELF64BEKind;
|
return ELF64BEKind;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ELFKind EKind;
|
const ELFKind EKind;
|
||||||
llvm::object::ELFFile<ELFT> ELFObj;
|
llvm::object::ELFFile<ELFT> ELFObj;
|
||||||
const Elf_Shdr *Symtab = nullptr;
|
const Elf_Shdr *Symtab = nullptr;
|
||||||
StringRef StringTable;
|
StringRef StringTable;
|
||||||
void initStringTable();
|
void initStringTable();
|
||||||
Elf_Sym_Range getNonLocalSymbols();
|
Elf_Sym_Range getNonLocalSymbols();
|
||||||
Elf_Sym_Range getSymbolsHelper(bool);
|
Elf_Sym_Range getSymbolsHelper(bool);
|
||||||
};
|
};
|
||||||
|
|
||||||
// .o file.
|
// .o file.
|
||||||
|
|||||||
Reference in New Issue
Block a user