OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopeRecordIdx
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
DebugLoc.cpp
164
int &Idx =
ScopeRecordIdx
[Scope];
225
assert(Ctx->
ScopeRecordIdx
[Cur] == Idx && "Mapping out of date!");
226
Ctx->
ScopeRecordIdx
.erase(Cur);
274
assert(Ctx->
ScopeRecordIdx
[OldVal] == Idx && "Mapping out of date!");
275
Ctx->
ScopeRecordIdx
.erase(OldVal);
LLVMContextImpl.h
216
/// Idx - The index into either
ScopeRecordIdx
or ScopeInlinedAtRecords that
335
///
ScopeRecordIdx
- This is the index in ScopeRecords for an MDNode scope
337
DenseMap<MDNode*, int>
ScopeRecordIdx
;
340
/// index. The ValueHandle ensures that
ScopeRecordIdx
stays up to date if
Completed in 46 milliseconds