Running clang-format on alloy.
All except x64_sequences, which needs work.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include <alloy/core.h>
|
||||
#include <alloy/runtime/symbol_info.h>
|
||||
|
||||
|
||||
namespace alloy {
|
||||
namespace frontend {
|
||||
namespace ppc {
|
||||
@@ -25,9 +24,8 @@ typedef struct BlockInfo_t {
|
||||
uint64_t end_address;
|
||||
} BlockInfo;
|
||||
|
||||
|
||||
class PPCScanner {
|
||||
public:
|
||||
public:
|
||||
PPCScanner(PPCFrontend* frontend);
|
||||
~PPCScanner();
|
||||
|
||||
@@ -35,17 +33,15 @@ public:
|
||||
|
||||
std::vector<BlockInfo> FindBlocks(runtime::FunctionInfo* symbol_info);
|
||||
|
||||
private:
|
||||
private:
|
||||
bool IsRestGprLr(uint64_t address);
|
||||
|
||||
private:
|
||||
private:
|
||||
PPCFrontend* frontend_;
|
||||
};
|
||||
|
||||
|
||||
} // namespace ppc
|
||||
} // namespace frontend
|
||||
} // namespace alloy
|
||||
|
||||
|
||||
#endif // ALLOY_FRONTEND_PPC_PPC_SCANNER_H_
|
||||
|
||||
Reference in New Issue
Block a user