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 230 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
289 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
291 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
343 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
345 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
LLVMContextImpl.h 353 /// ScopeInlinedAtIdx - This is the index in ScopeInlinedAtRecords for an
355 DenseMap<std::pair<MDNode*, MDNode*>, int> ScopeInlinedAtIdx;
358 /// for an index. The ValueHandle ensures that ScopeINlinedAtIdx stays up

Completed in 175 milliseconds