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

/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h40 struct GCOVOptions { struct in namespace:llvm
41 static GCOVOptions getDefault();
68 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options =
69 GCOVOptions::getDefault());
/external/llvm/include/llvm/Support/
H A DGCOV.h36 /// GCOVOptions - A struct for passing gcov options between functions.
37 struct GCOVOptions { struct in namespace:llvm
38 GCOVOptions(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) function in struct:llvm::GCOVOptions
393 FileInfo(const GCOVOptions &Options)
427 const GCOVOptions &Options;

Completed in 111 milliseconds