Searched refs:GCOVFormat (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGCOV.h30 enum GCOVFormat { enum in namespace:llvm
45 enum GCOVFormat readGCOVFormat() {
173 bool read(GCOVBuffer &Buffer, GCOVFormat Format);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGCOV.cpp31 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 116 milliseconds