Searched refs:DebugRecVH (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 209 ScopeRecords.push_back(DebugRecVH(Scope, this, Idx)); in getOrAddScopeRecordIdxEntry() 230 ScopeInlinedAtRecords.push_back(std::make_pair(DebugRecVH(Scope, this, Idx), in getOrAddScopeInlinedAtIdxEntry() 231 DebugRecVH(IA, this, Idx))); in getOrAddScopeInlinedAtIdxEntry() 242 void DebugRecVH::deleted() { in deleted() 265 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in deleted() 285 void DebugRecVH::allUsesReplacedWith(Value *NewVa) { in allUsesReplacedWith() 319 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith() 341 std::pair<DebugRecVH, DebugRecVH> &Entry=Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith()
|
D | LLVMContextImpl.h | 94 class DebugRecVH : public CallbackVH { 104 DebugRecVH(MDNode *n, LLVMContextImpl *ctx, int idx) in DebugRecVH() function 218 std::vector<DebugRecVH> ScopeRecords; 227 std::vector<std::pair<DebugRecVH, DebugRecVH> > ScopeInlinedAtRecords;
|