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

  /external/llvm/lib/IR/
DebugLoc.cpp 187 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
246 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
248 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
300 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
302 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
LLVMContextImpl.h 344 /// ScopeInlinedAtIdx - This is the index in ScopeInlinedAtRecords for an
346 DenseMap<std::pair<MDNode*, MDNode*>, int> ScopeInlinedAtIdx;
349 /// for an index. The ValueHandle ensures that ScopeINlinedAtIdx stays up

Completed in 1282 milliseconds