Home | History | Annotate | Download | only in IR

Lines Matching refs:DIVariable

41           DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
139 unsigned DIVariable::getNumAddrElements() const {
144 MDNode *DIVariable::getInlinedAt() const {
204 /// isVariable - Return true if the specified tag is legal for DIVariable.
525 bool DIVariable::Verify() const {
653 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
811 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
818 return DIVariable(MDNode::get(VMContext, Elts));
822 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
829 return DIVariable(MDNode::get(VMContext, Elts));
1002 processScope(DIVariable(N).getContext());
1003 processType(DIVariable(N).getType());
1016 processScope(DIVariable(N).getContext());
1017 processType(DIVariable(N).getType());
1115 DIVariable(DbgNode).printInternal(OS);
1250 void DIVariable::printInternal(raw_ostream &OS) const {
1287 void DIVariable::printExtendedName(raw_ostream &OS) const {