Searched defs:OldInlinedAt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DDebugLoc.cpp284 MDNode *OldInlinedAt = Entry.second.get(); local
285 assert(OldScope && OldInlinedAt &&
289 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
291 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
338 MDNode *OldInlinedAt = Entry.second.get(); local
339 assert(OldScope && OldInlinedAt &&
343 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
345 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));

Completed in 570 milliseconds