HomeSort by relevance Sort by last modified time
    Searched refs:GCOVFormat (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GCOV.h 30 enum GCOVFormat {
45 enum GCOVFormat readGCOVFormat() {
173 bool read(GCOVBuffer &Buffer, GCOVFormat Format);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
GCOV.cpp 31 static bool isGCDAFile(GCOVFormat Format) {
36 static bool isGCNOFile(GCOVFormat Format) {
42 GCOVFormat Format = Buffer.readGCOVFormat();
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOVFormat Format) {

Completed in 133 milliseconds