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

  /external/llvm/lib/VMCore/
DebugLoc.cpp 23 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at
25 assert(unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() &&
27 return Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
37 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at
56 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at
58 assert(unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() &&
60 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
87 // If there is no inlined-at location, use the ScopeRecords array.
199 // Start out ScopeRecords with a minimal reasonable size to avoid
201 if (ScopeRecords.empty()
    [all...]
LLVMContextImpl.h 337 /// ScopeRecordIdx - This is the index in ScopeRecords for an MDNode scope
341 /// ScopeRecords - These are the actual mdnodes (in a value handle) for an
344 std::vector<DebugRecVH> ScopeRecords;

Completed in 778 milliseconds