OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVariable
(Results
1 - 25
of
70
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp
81
VarDecl *var = I.
getVariable
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp
108
const DILocalVariable *DV = Var->
getVariable
();
DwarfDebug.h
167
const DILocalVariable *
getVariable
() const {
180
StringRef getName() const { return
getVariable
()->getName(); }
190
if (
getVariable
()->isParameter())
198
if (
getVariable
()->isArtificial())
206
if (
getVariable
()->isObjectPointer())
DwarfCompileUnit.cpp
713
insertDIE(DV.
getVariable
(), VariableDie);
761
static_cast<const Metadata *>(DV.
getVariable
()->getType()));
953
DbgVar.insert({Var->
getVariable
(), Var});
1481
const auto *DIVar = Var.
getVariable
();
DwarfDebug.cpp
232
return
getVariable
()->getType();
265
assert(
getVariable
() == DbgValue->getDebugVariable() && "Wrong variable");
296
assert(V.
getVariable
() ==
getVariable
() && "conflicting variable");
1183
GVMap[GVE->
getVariable
()].push_back({&Global, GVE->getExpression()});
1232
auto &GVMapEntry = GVMap[GVE->
getVariable
()];
1239
DIGlobalVariable *GV = GVE->
getVariable
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp
110
OS << " [debug variable = " << DDI->
getVariable
()->getName() << "]";
117
OS << " [debug variable = " << DVI->
getVariable
()->getName() << "]";
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp
99
const auto *GV = GVU->
getVariable
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineDebugify.cpp
80
Line2Var[Line] = DVI->
getVariable
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp
703
Out << ", \"" << Var.
getVariable
()->getName() << "\", " << *Expr << ", ";
1063
auto MapIt = OverlappingFragments.find({Var.
getVariable
(), ThisFragment});
1069
DoErase({Var.
getVariable
(), FragmentHolder, Var.getInlinedAt()});
1204
Out << " Var: " << VL.Var.
getVariable
()->getName();
1364
if (!VL.Var.
getVariable
()->isParameter())
1671
<< VL.Var.
getVariable
()->getName() << ")\n");
1680
<< VL.Var.
getVariable
()->getName() << ")\n");
1811
auto SeenIt = SeenFragments.find(MIVar.
getVariable
());
1815
SeenFragments.insert({MIVar.
getVariable
(), OneFragment});
1817
OverlappingFragments.insert({{MIVar.
getVariable
(), ThisFragment}, {}})
[
all
...]
InstrRefBasedImpl.cpp
759
DebugLoc DL = DILocation::get(Var.
getVariable
()->getContext(), 0, 0,
760
Var.
getVariable
()->getScope(),
788
MIB.addMetadata(Var.
getVariable
());
1286
DebugLoc DL = DILocation::get(Var.
getVariable
()->getContext(), 0, 0,
1287
Var.
getVariable
()->getScope(),
1295
MIB.addMetadata(Var.
getVariable
());
2083
auto SeenIt = SeenFragments.find(MIVar.
getVariable
());
2087
SeenFragments.insert({MIVar.
getVariable
(), OneFragment});
2089
OverlapFragments.insert({{MIVar.
getVariable
(), ThisFragment}, {}});
2096
OverlapFragments.insert({{MIVar.
getVariable
(), ThisFragment}, {}})
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
223
return !isNested() && isVariableCapture() &&
getVariable
()->isInitCapture();
SemaLambda.cpp
1571
return Cap.
getVariable
()->getInit();
1602
VarDecl *Var = Cap.
getVariable
();
1651
Expr *Init = From.
getVariable
()->getInit();
1686
diag << From.
getVariable
();
1701
auto *Var = Capture.
getVariable
();
1703
TSI = Capture.
getVariable
()->getTypeSourceInfo();
1851
VarDecl *Var = From.
getVariable
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h
179
DIVariable *
getVariable
() const { return Var; }
FastISel.cpp
1215
assert(DI->
getVariable
() && "Missing variable");
1258
assert(DI->
getVariable
()->isValidLocationForIntrinsic(DbgLoc) &&
1264
*Op, DI->
getVariable
(), DI->getExpression());
1278
assert(DI->
getVariable
()->isValidLocationForIntrinsic(DbgLoc) &&
1284
DI->
getVariable
(), DI->getExpression());
1290
.addMetadata(DI->
getVariable
())
1296
.addMetadata(DI->
getVariable
())
1302
.addMetadata(DI->
getVariable
())
1308
DI->
getVariable
(), DI->getExpression());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AutoInitRemark.cpp
155
if (DILocalVariable *DILV = DVI->
getVariable
()) {
Debugify.cpp
334
auto *Var = DVI->
getVariable
();
569
auto *Var = DVI->
getVariable
();
659
auto Signedness = DVI->
getVariable
()->getSignedness();
733
(void)to_integer(DVI->
getVariable
()->getName(), Var, 10);
Local.cpp
1374
if ((DVI->
getVariable
() == DIVar) && (DVI->getExpression() == DIExpr))
1435
auto *DIVar = DII->
getVariable
();
1462
auto *DIVar = DII->
getVariable
();
1490
auto *DIVar = DII->
getVariable
();
1584
DIB.insertDbgValueIntrinsic(AI, DDI->
getVariable
(), DerefExpr,
1673
auto *DIVar = DII->
getVariable
();
1688
auto *DIVar = DVI->
getVariable
();
2046
DILocalVariable *Var = DII.
getVariable
();
LoopUtils.cpp
694
DeadDebugSet.find({DVI->
getVariable
(), DVI->getExpression()});
697
DeadDebugSet.insert({DVI->
getVariable
(), DVI->getExpression()});
713
DVI->
getVariable
(), DVI->getExpression(),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
362
info.Captures.insert({Capture->
getVariable
(), C});
505
const VarDecl *VD = CI.
getVariable
();
570
const VarDecl *variable = CI.
getVariable
();
911
const VarDecl *variable = CI.
getVariable
();
1545
const VarDecl *variable = CI.
getVariable
();
1582
const VarDecl *variable = CI.
getVariable
();
1681
const VarDecl *Variable = CI.
getVariable
();
1742
QualType CaptureTy = CI.
getVariable
()->getType();
1777
const VarDecl *Var = CI.
getVariable
();
1981
QualType captureType = CI.
getVariable
()->getType()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
154
const VarDecl *VD = I.
getVariable
();
599
BV->push_back(CI.
getVariable
(), BC);
CalledOnceCheck.cpp
647
if (const auto *P = dyn_cast<ParmVarDecl>(Capture.
getVariable
())) {
1574
if (const auto *Param = dyn_cast<ParmVarDecl>(Capture.
getVariable
())) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp
141
return
getVariable
()->getSizeInBits();
DebugInfo.cpp
168
auto *GV = DIG->
getVariable
();
283
auto *N = dyn_cast<MDNode>(DVI.
getVariable
());
1421
return wrap(unwrapDI<DIGlobalVariableExpression>(GVE)->
getVariable
());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
1857
assert(DI.
getVariable
() && "Missing variable");
1865
assert(DI.
getVariable
()->isValidLocationForIntrinsic(
1872
MF->setVariableDbgInfo(DI.
getVariable
(), DI.getExpression(),
1878
DI.
getVariable
(), DI.getExpression());
1913
assert(DI.
getVariable
()->isValidLocationForIntrinsic(
1919
MIRBuilder.buildIndirectDbgValue(0, DI.
getVariable
(), DI.getExpression());
1921
MIRBuilder.buildConstDbgValue(*CI, DI.
getVariable
(), DI.getExpression());
1928
MIRBuilder.buildDirectDbgValue(Reg, DI.
getVariable
(), DI.getExpression());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
561
DILocalVariable *DILocVar = DVI->
getVariable
();
576
DILocalVariable *DILocVar = DDI->
getVariable
();
Completed in 47 milliseconds
1
2
3
Indexes created Tue Aug 04 00:24:20 UTC 2026