Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp185 static unsigned getLocCookie(const SMDiagnostic &SMD, const SourceMgr &SrcMgr, in getLocCookie() function
221 LocCookie = getLocCookie(SMD, SrcMgr, LocInfos); in doInitialization()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h172 uint64_t getLocCookie() const { return LocCookie; } in getLocCookie() function
1091 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function
1113 unsigned getLocCookie() const { return LocCookie; } in getLocCookie() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp64 if (getLocCookie()) in print()
65 DP << " at line " << getLocCookie(); in print()
/openbsd/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp320 if (DISM.isInlineAsmDiag() && DISM.getLocCookie()) in handleDiagnostics()
321 WithColor::note() << "!srcloc = " << DISM.getLocCookie() << "\n"; in handleDiagnostics()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp573 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()
607 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
845 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()