draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

TODO: Comment me #18

Open skintigh opened 10 years ago

skintigh commented 10 years ago

./include/Edit/StructuredModuleEditor.h:242

  // TODO: Comment me
  Function* wrapFunc(StringRef OriginalFunc, StringRef PreFunc,
      StringRef PostFunc);
  Function* wrapFunc(Function *OriginalFunc, Function *PreFunc,
      Function *PostFunc);

  void addCountCallsToFuncInstrumentation(Function *Func, Function *DoCount,
      Function *PrintCount, GlobalVariable *Count);
  void addCountCallsToEachFuncInstrumentation();
  void addNaiveCountAllInstsInstrumentation();
  void addSmartCountAllInstsInstrumentation();