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

  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 344 llvm::StringRef SigString =
347 if (SigString.getAsInteger(10, Signature)) {
348 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 76 llvm::StringRef SigString =
79 if (SigString.getAsInteger(10, Signature)) {
80 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());

Completed in 141 milliseconds