Searched refs:DebugName (Results 1 – 6 of 6) sorted by relevance
84 static SkString DebugName(const Key& key);
571 SkString SkVMBlitter::DebugName(const Key& key) { in DebugName() function in SkVMBlitter610 skvm::Program program = builder.done(DebugName(key).c_str()); in buildProgram()615 SkDebugf("\ncouldn't JIT %s\n", DebugName(key).c_str()); in buildProgram()
243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument267 DebugName = DebugNameStr; in getGNUDebuglinkContents()
136 StringRef DebugName; // from the "name" section member
369 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
2675 SkString keyString = SkVMBlitter::DebugName(*key); in drawImGui()