Searched refs:DILoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 433 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/ |
D | MIRParser.cpp | 595 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 720 DILocation *DILoc = nullptr; in parseStackObjectsDebugInfo() local 723 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo() 725 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc); in parseStackObjectsDebugInfo()
|