HomeSort by relevance Sort by last modified time
    Searched refs:ScopeRecordIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DebugLoc.cpp 207 int &Idx = ScopeRecordIdx[Scope];
268 assert(Ctx->ScopeRecordIdx[Cur] == Idx && "Mapping out of date!");
269 Ctx->ScopeRecordIdx.erase(Cur);
317 assert(Ctx->ScopeRecordIdx[OldVal] == Idx && "Mapping out of date!");
318 Ctx->ScopeRecordIdx.erase(OldVal);
LLVMContextImpl.h 219 /// Idx - The index into either ScopeRecordIdx or ScopeInlinedAtRecords that
344 /// ScopeRecordIdx - This is the index in ScopeRecords for an MDNode scope
346 DenseMap<MDNode*, int> ScopeRecordIdx;
349 /// index. The ValueHandle ensures that ScopeRecordIdx stays up to date if

Completed in 125 milliseconds