Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenAction.cpp433 SourceLocation DILoc; in getBestLocationFromDebugLoc() local
441 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
443 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
449 FullSourceLoc Loc(DILoc, SourceMgr); in getBestLocationFromDebugLoc()
454 if (DILoc.isInvalid() && D.isLocationAvailable()) in getBestLocationFromDebugLoc()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp595 DILocation *DILoc = nullptr; in parseStackObjectsDebugInfo() local
598 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo()
600 PFS.MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc); in parseStackObjectsDebugInfo()