Searched refs:DILoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp598 SourceLocation DILoc; local
609 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
612 BadDebugInfo = DILoc.isInvalid();
618 FullSourceLoc Loc(DILoc, SourceMgr);
623 if (DILoc.isInvalid() && D.isLocationAvailable())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp799 DILocation *DILoc = nullptr; local
802 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this))
804 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc);

Completed in 50 milliseconds