| 58 | // not defined so the enum will not be redefined. |
| 59 | #ifdef BN_TYPE_PARSER |
| 60 | typedef enum BNFunctionGraphType |
| 61 | { |
| 62 | InvalidILViewType = -1, |
| 63 | NormalFunctionGraph = 0, |
| 64 | LowLevelILFunctionGraph = 1, |
| 65 | LiftedILFunctionGraph = 2, |
| 66 | LowLevelILSSAFormFunctionGraph = 3, |
| 67 | MediumLevelILFunctionGraph = 4, |
| 68 | MediumLevelILSSAFormFunctionGraph = 5, |
| 69 | MappedMediumLevelILFunctionGraph = 6, |
| 70 | MappedMediumLevelILSSAFormFunctionGraph = 7, |
| 71 | HighLevelILFunctionGraph = 8, |
| 72 | HighLevelILSSAFormFunctionGraph = 9, |
| 73 | HighLevelLanguageRepresentationFunctionGraph = 10, |
| 74 | } BNFunctionGraphType; |
| 75 | #endif |
| 76 | |
| 77 | typedef struct BNDebugProcess |
nothing calls this directly
no outgoing calls
no test coverage detected