OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DILoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenAction.cpp
450
SourceLocation
DILoc
;
458
DILoc
= SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
465
FullSourceLoc Loc(
DILoc
, SourceMgr);
474
if (
DILoc
.isInvalid() && D.isLocationAvailable())
[
all
...]
/external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
566
DILocation *
DILoc
= nullptr;
569
typecheckMDNode(
DILoc
, Loc, Object.DebugLoc, "DILocation", *this))
571
MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx),
DILoc
);
Completed in 79 milliseconds