Home
last modified time | relevance | path

Searched refs:getLocCookie (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp67 if (getLocCookie()) in print()
68 DP << " at line " << getLocCookie(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h162 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function