Home | History | Annotate | Download | only in VMCore

Lines Matching refs:get

27     return Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
33 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
44 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
60 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
68 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
69 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
73 DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
109 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()),
112 return MDNode::get(Ctx2, Elts);
128 return get(LineNo, ColNo, Scope, dyn_cast_or_null<MDNode>(N->getOperand(3)));
144 return get(LineNo, ColNo, Scope, NULL);
250 MDNode *Cur = get();
269 MDNode *OldScope = Entry.first.get();
270 MDNode *OldInlinedAt = Entry.second.get();
298 MDNode *OldVal = get();
323 MDNode *OldScope = Entry.first.get();
324 MDNode *OldInlinedAt = Entry.second.get();
336 int NewIdx = Ctx->getOrAddScopeInlinedAtIdxEntry(Entry.first.get(),
337 Entry.second.get(), Idx);