OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIVar
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp
298
const DILocalVariable *
DIVar
=
300
if (
DIVar
->isParameter() &&
301
getDISubprogram(
DIVar
->getScope())->describes(&MF->getFunction()) &&
CodeViewDebug.cpp
487
const DISubprogram *Inlinee = Var.
DIVar
->getScope()->getSubprogram();
1230
Var.
DIVar
= VI.Var;
1343
const DILocalVariable *
DIVar
= cast<DILocalVariable>(IV.first);
1351
Scope = LScopes.findInlinedScope(
DIVar
->getScope(), InlinedAt);
1353
Scope = LScopes.findLexicalScope(
DIVar
->getScope());
1359
Var.
DIVar
=
DIVar
;
2662
if (L.
DIVar
->isParameter())
2665
return L->
DIVar
->getArg() < R->
DIVar
->getArg()
[
all
...]
CodeViewDebug.h
97
const DILocalVariable *
DIVar
= nullptr;
DwarfCompileUnit.cpp
1481
const auto *
DIVar
= Var.getVariable();
1482
if (
DIVar
)
1483
if (uint32_t AlignInBytes =
DIVar
->getAlignInBytes())
1487
addSourceLine(VariableDie,
DIVar
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
1363
/// See if there is a dbg.value intrinsic for
DIVar
for the PHI node.
1364
static bool PhiHasDebugValue(DILocalVariable *
DIVar
,
1374
if ((DVI->getVariable() ==
DIVar
) && (DVI->getExpression() == DIExpr))
1435
auto *
DIVar
= DII->getVariable();
1436
assert(
DIVar
&& "Missing variable");
1451
Builder.insertDbgValueIntrinsic(DV,
DIVar
, DIExpr, NewLoc, SI);
1455
Builder.insertDbgValueIntrinsic(DV,
DIVar
, DIExpr, NewLoc, SI);
1462
auto *
DIVar
= DII->getVariable();
1464
assert(
DIVar
&& "Missing variable");
1482
LI,
DIVar
, DIExpr, NewLoc, (Instruction *)nullptr)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
844
DILocalVariable *
DIVar
= nullptr;
847
if (typecheckMDNode(
DIVar
, Var, Object.DebugVar, "DILocalVariable", *this) ||
851
PFS.MF.setVariableDbgInfo(
DIVar
, DIExpr, FrameIdx, DILoc);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp
1980
auto *
DIVar
= MI.getDebugVariable();
1981
if (!
DIVar
->isParameter())
Completed in 40 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026