Home
last modified time | relevance | path

Searched refs:DebugName (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkVMBlitter.h84 static SkString DebugName(const Key& key);
DSkVMBlitter.cpp571 SkString SkVMBlitter::DebugName(const Key& key) { in DebugName() function in SkVMBlitter
610 skvm::Program program = builder.done(DebugName(key).c_str()); in buildProgram()
615 SkDebugf("\ncouldn't JIT %s\n", DebugName(key).c_str()); in buildProgram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
267 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h136 StringRef DebugName; // from the "name" section member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp369 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
/third_party/skia/tools/viewer/
DViewer.cpp2675 SkString keyString = SkVMBlitter::DebugName(*key); in drawImGui()