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

/external/llvm/lib/IR/
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 75 milliseconds