HomeSort by relevance Sort by last modified time
    Searched refs:DIVariable (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 23 class DIVariable;
48 DIVariable *Var;
58 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R,
67 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl,
75 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx,
91 /// Returns the DIVariable pointer for the variable.
92 DIVariable *getVariable() const { return Var; }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 38 class DIVariable;
375 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
395 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
488 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
495 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
505 DIVariable VarInfo,
514 DIVariable VarInfo,
DebugInfo.h 44 class DIVariable;
90 explicit DIDescriptor(const DIVariable F);
615 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
617 class DIVariable : public DIDescriptor {
619 explicit DIVariable(const MDNode *N = 0)
785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) {
114 unsigned DIVariable::getNumAddrElements() const {
123 MDNode *DIVariable::getInlinedAt() const {
184 /// isVariable - Return true if the specified tag is legal for DIVariable.
450 bool DIVariable::Verify() const {
504 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
776 void DIVariable::printExtendedName(raw_ostream &OS) const {
792 void DIVariable::print(raw_ostream &OS) const {
845 void DIVariable::dump() const {
903 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope
    [all...]
DIBuilder.cpp 701 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
725 return DIVariable(Node);
730 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
747 return DIVariable(MDNode::get(VMContext, Elts));
    [all...]
DbgInfoPrinter.cpp 150 DIVariable Var(cast<MDNode>(DDI->getVariable()));
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 92 DIVariable Var(DDI->getVariable());
101 DIVariable Var(DVI->getVariable());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 125 DIVariable Var; // Variable Descriptor.
133 DbgVariable(DIVariable V, DbgVariable *AV)
138 DIVariable getVariable() const { return Var; }
316 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DwarfCompileUnit.h 176 void addSourceLine(DIE *Die, DIVariable V);
DwarfDebug.cpp 683 DIVariable DV(Variables.getElement(vi));
764 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV,
768 DIVariable Var = cleanseInlinedVariable(DV, Ctx);
789 DIVariable DV = Var->getVariable();
818 DIVariable DV(Var);
    [all...]
DwarfCompileUnit.cpp 113 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
257 /// given the extra address information encoded in the DIVariable, starting from
794 DIVariable DV(Element);
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 273 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 601 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) {
602 SmallVector<const DIVariable *, 2> Result;
609 if (auto *Dependency = Count.dyn_cast<DIVariable *>())
622 // Map back from a DIVariable to its containing DbgVariable.
629 // Initialize the worklist and the DIVariable lookup table.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h 374 typedef PointerUnion<ConstantInt*, DIVariable*> CountType;
380 if (auto *DV = dyn_cast<DIVariable>(getRawCountNode()))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 796 DIVariable DIVar(DDI->getVariable());
827 DIVariable DIVar(DDI->getVariable());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 116 DIVariable(DI->getVariable()).Verify() &&
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 310 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 688 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 351 DIVariable DV(variable);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp 970 ASSERT_TRUE(Count.is<DIVariable*>());
971 EXPECT_EQ(VlaExpr, Count.get<DIVariable*>());
972 ASSERT_TRUE(isa<DIVariable>(N->getRawCountNode()));
974 EXPECT_EQ("vla_expr", Count.get<DIVariable*>()->getName());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfoMetadata.cpp 646 Optional<uint64_t> DIVariable::getSizeInBits() const {
    [all...]
Verifier.cpp 422 void visitDIVariable(const DIVariable &N);
510 void verifyFragmentExpression(const DIVariable &V,
874 AssertDI(Count, "Count must either be a signed constant or a DIVariable",
    [all...]

Completed in 501 milliseconds

1 2