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

  /external/llvm/lib/IR/
DebugLoc.cpp 24 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at
26 assert(unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() &&
28 return Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
38 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at
57 // Positive ScopeIdx is an index into ScopeRecords, which has no inlined-at
59 assert(unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() &&
61 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
88 // If there is no inlined-at location, use the ScopeRecords array.
173 // Start out ScopeRecords with a minimal reasonable size to avoid
175 if (ScopeRecords.empty()
    [all...]
LLVMContextImpl.h 335 /// ScopeRecordIdx - This is the index in ScopeRecords for an MDNode scope
339 /// ScopeRecords - These are the actual mdnodes (in a value handle) for an
342 std::vector<DebugRecVH> ScopeRecords;

Completed in 52 milliseconds