Home
last modified time | relevance | path

Searched refs:DILoc (Results 1 – 6 of 6) 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-project/clang/lib/CodeGen/
DCodeGenAction.cpp604 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/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp799 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/
DMIRParser.cpp845 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/
DInstrRefBasedImpl.cpp1463 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()