Searched refs:ScopeRecordIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDebugLoc.cpp164 int &Idx = ScopeRecordIdx[Scope];
225 assert(Ctx->ScopeRecordIdx[Cur] == Idx && "Mapping out of date!");
226 Ctx->ScopeRecordIdx.erase(Cur);
274 assert(Ctx->ScopeRecordIdx[OldVal] == Idx && "Mapping out of date!");
275 Ctx->ScopeRecordIdx.erase(OldVal);
H A DLLVMContextImpl.h216 /// Idx - The index into either ScopeRecordIdx or ScopeInlinedAtRecords that
335 /// ScopeRecordIdx - This is the index in ScopeRecords for an MDNode scope
337 DenseMap<MDNode*, int> ScopeRecordIdx; member in class:llvm::LLVMContextImpl
340 /// index. The ValueHandle ensures that ScopeRecordIdx stays up to date if

Completed in 112 milliseconds