OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopeInlinedAtIdx
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/VMCore/
DebugLoc.cpp
216
int &Idx =
ScopeInlinedAtIdx
[std::make_pair(Scope, IA)];
275
assert(Ctx->
ScopeInlinedAtIdx
[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
277
Ctx->
ScopeInlinedAtIdx
.erase(std::make_pair(OldScope, OldInlinedAt));
329
assert(Ctx->
ScopeInlinedAtIdx
[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
331
Ctx->
ScopeInlinedAtIdx
.erase(std::make_pair(OldScope, OldInlinedAt));
LLVMContextImpl.h
220
///
ScopeInlinedAtIdx
- This is the index in ScopeInlinedAtRecords for an
222
DenseMap<std::pair<MDNode*, MDNode*>, int>
ScopeInlinedAtIdx
;
225
/// for an index. The ValueHandle ensures that
ScopeINlinedAtIdx
stays up
Completed in 37 milliseconds