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

/external/llvm/lib/IR/
H A DDebugLoc.cpp24 // 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();
108 // If there is no inlined-at location, use the ScopeRecords array.
216 // Start out ScopeRecords with a minimal reasonable size to avoid
218 if (ScopeRecords
[all...]
H A DLLVMContextImpl.h344 /// ScopeRecordIdx - This is the index in ScopeRecords for an MDNode scope
348 /// ScopeRecords - These are the actual mdnodes (in a value handle) for an
351 std::vector<DebugRecVH> ScopeRecords; member in class:llvm::LLVMContextImpl

Completed in 3025 milliseconds