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

  /external/llvm/lib/VMCore/
DebugLoc.cpp 213 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
272 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
274 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
326 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
328 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
LLVMContextImpl.h 346 /// ScopeInlinedAtIdx - This is the index in ScopeInlinedAtRecords for an
348 DenseMap<std::pair<MDNode*, MDNode*>, int> ScopeInlinedAtIdx;
351 /// for an index. The ValueHandle ensures that ScopeINlinedAtIdx stays up

Completed in 179 milliseconds