Searched refs:DILoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 450 SourceLocation DILoc; in EmitOptimizationMessage() local 458 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1); in EmitOptimizationMessage() 465 FullSourceLoc Loc(DILoc, SourceMgr); in EmitOptimizationMessage() 474 if (DILoc.isInvalid() && D.isLocationAvailable()) in EmitOptimizationMessage()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 566 DILocation *DILoc = nullptr; in parseStackObjectsDebugInfo() local 569 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo() 571 MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc); in parseStackObjectsDebugInfo()
|