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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 30 // Otherwise, the index is in the ScopeInlinedAtRecords array.
31 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() &&
33 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
41 // Otherwise, the index is in the ScopeInlinedAtRecords array.
42 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() &&
44 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
65 // Otherwise, the index is in the ScopeInlinedAtRecords array.
66 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() &&
68 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
69 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get()
    [all...]
LLVMContextImpl.h 98 /// Idx - The index into either ScopeRecordIdx or ScopeInlinedAtRecords that
220 /// ScopeInlinedAtIdx - This is the index in ScopeInlinedAtRecords for an
224 /// ScopeInlinedAtRecords - These are the actual mdnodes (in value handles)
227 std::vector<std::pair<DebugRecVH, DebugRecVH> > ScopeInlinedAtRecords;

Completed in 9359 milliseconds