Searched refs:ScopeInlinedAtRecords (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DDebugLoc.cpp31 // Otherwise, the index is in the ScopeInlinedAtRecords array.
32 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() &&
34 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
42 // Otherwise, the index is in the ScopeInlinedAtRecords array.
43 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() &&
45 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
66 // Otherwise, the index is in the ScopeInlinedAtRecords array.
67 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() &&
69 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
70 IA = Ctx.pImpl->ScopeInlinedAtRecords[
[all...]
H A DLLVMContextImpl.h219 /// Idx - The index into either ScopeRecordIdx or ScopeInlinedAtRecords that
353 /// ScopeInlinedAtIdx - This is the index in ScopeInlinedAtRecords for an
357 /// ScopeInlinedAtRecords - These are the actual mdnodes (in value handles)
360 std::vector<std::pair<DebugRecVH, DebugRecVH> > ScopeInlinedAtRecords; member in class:llvm::LLVMContextImpl

Completed in 107 milliseconds