Lines Matching refs:DIVariable
48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) { in DIDescriptor()
114 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements()
123 MDNode *DIVariable::getInlinedAt() const { in getInlinedAt()
470 bool DIVariable::Verify() const { in Verify()
539 bool DIVariable::isInlinedFnArgument(const Function *CurFn) { in isInlinedFnArgument()
721 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, in createInlinedVariable()
728 return DIVariable(MDNode::get(VMContext, Elts)); in createInlinedVariable()
732 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) { in cleanseInlinedVariable()
739 return DIVariable(MDNode::get(VMContext, Elts)); in cleanseInlinedVariable()
930 if (DIVariable(N).getVersion() <= LLVMDebugVersion10) in processDeclare()
931 addCompileUnit(DIVariable(N).getCompileUnit()); in processDeclare()
932 processType(DIVariable(N).getType()); in processDeclare()
1018 DIVariable(DbgNode).printInternal(OS); in print()
1117 void DIVariable::printInternal(raw_ostream &OS) const { in printInternal()
1155 void DIVariable::printExtendedName(raw_ostream &OS) const { in printExtendedName()