Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDiagnosticInfo.cpp111 if (getLocCookie()) in print()
112 DP << " at line " << getLocCookie(); in print()
/external/llvm-project/llvm/lib/IR/
DDiagnosticInfo.cpp67 if (getLocCookie()) in print()
68 DP << " at line " << getLocCookie(); in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp67 if (getLocCookie()) in print()
68 DP << " at line " << getLocCookie(); in print()
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h150 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h162 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function
/external/llvm-project/llvm/include/llvm/IR/
DDiagnosticInfo.h163 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp395 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp566 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()