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

/external/llvm/lib/IR/
H A DDebugLoc.cpp223 ScopeRecords.push_back(DebugRecVH(Scope, this, Idx));
244 ScopeInlinedAtRecords.push_back(std::make_pair(DebugRecVH(Scope, this, Idx),
245 DebugRecVH(IA, this, Idx)));
251 // DebugRecVH Implementation
256 void DebugRecVH::deleted() {
279 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1];
299 void DebugRecVH::allUsesReplacedWith(Value *NewVa) {
333 std::pair<DebugRecVH, DebugRecVH>
[all...]
H A DLLVMContextImpl.h213 /// DebugRecVH - This is a CallbackVH used to keep the Scope -> index maps
215 class DebugRecVH : public CallbackVH { class in namespace:llvm
225 DebugRecVH(MDNode *n, LLVMContextImpl *ctx, int idx) function in class:llvm::DebugRecVH
351 std::vector<DebugRecVH> ScopeRecords;
360 std::vector<std::pair<DebugRecVH, DebugRecVH> > ScopeInlinedAtRecords;

Completed in 580 milliseconds