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

  /external/llvm/lib/IR/
DebugLoc.cpp 223 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> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]
    [all...]
LLVMContextImpl.h 213 /// DebugRecVH - This is a CallbackVH used to keep the Scope -> index maps
215 class DebugRecVH : public CallbackVH {
225 DebugRecVH(MDNode *n, LLVMContextImpl *ctx, int idx)
351 std::vector<DebugRecVH> ScopeRecords;
360 std::vector<std::pair<DebugRecVH, DebugRecVH> > ScopeInlinedAtRecords;

Completed in 426 milliseconds