Home | History | Annotate | Download | only in IR

Lines Matching refs:DIVariable

42           DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
141 uint64_t DIVariable::getAddrElement(unsigned Idx) const {
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); }
213 /// isVariable - Return true if the specified tag is legal for DIVariable.
565 bool DIVariable::Verify() const {
711 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
905 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
911 return DIVariable(MDNode::get(VMContext, Elts));
915 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
921 return DIVariable(MDNode::get(VMContext, Elts));
1138 processScope(DIVariable(N).getContext());
1139 processType(DIVariable(N).getType().resolve(TypeIdentifierMap));
1154 processScope(DIVariable(N).getContext());
1155 processType(DIVariable(N).getType().resolve(TypeIdentifierMap));
1255 DIVariable(DbgNode).printInternal(OS);
1401 void DIVariable::printInternal(raw_ostream &OS) const {
1437 void DIVariable::printExtendedName(raw_ostream &OS) const {