Searched defs:GCOVOptions (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h39 struct GCOVOptions { struct in namespace:llvm
40 static GCOVOptions getDefault();
63 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options =
64 GCOVOptions::getDefault());
/external/llvm/include/llvm/Support/
H A DGCOV.h38 /// GCOVOptions - A struct for passing gcov options between functions.
39 struct GCOVOptions { struct in namespace:llvm
40 GCOVOptions(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) function in struct:llvm::GCOVOptions
380 FileInfo(const GCOVOptions &Options) :
414 const GCOVOptions &Options;

Completed in 920 milliseconds