Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DIVariable

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.
467 bool DIVariable::Verify() const {
535 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
841 void DIVariable::printExtendedName(raw_ostream &OS) const {
857 void DIVariable::print(raw_ostream &OS) const {
910 void DIVariable::dump() const {
968 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
975 return DIVariable(MDNode::get(VMContext, Elts));
979 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
986 return DIVariable(MDNode::get(VMContext, Elts));
1138 if (DIVariable(N).getVersion() <= LLVMDebugVersion10)
1139 addCompileUnit(DIVariable(N).getCompileUnit());
1140 processType(DIVariable(N).getType());