Searched refs:DILoc (Results 1 – 6 of 6) 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-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 604 SourceLocation DILoc; in getBestLocationFromDebugLoc() local 615 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc() 618 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc() 624 FullSourceLoc Loc(DILoc, SourceMgr); in getBestLocationFromDebugLoc() 629 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-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 799 DILocation *DILoc = nullptr; in parseStackObjectsDebugInfo() local 802 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo() 804 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc); in parseStackObjectsDebugInfo()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 845 DILocation *DILoc = nullptr; in parseStackObjectsDebugInfo() local 848 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo() 850 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc); in parseStackObjectsDebugInfo()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 1463 void vlocDataflow(const LexicalScope *Scope, const DILocation *DILoc, 2883 const LexicalScope *Scope, const DILocation *DILoc, in vlocDataflow() argument 2908 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in vlocDataflow()
|