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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 209 ScopeRecords.push_back(DebugRecVH(Scope, this, Idx));
230 ScopeInlinedAtRecords.push_back(std::make_pair(DebugRecVH(Scope, this, Idx),
231 DebugRecVH(IA, this, Idx)));
237 // DebugRecVH Implementation
242 void DebugRecVH::deleted() {
265 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1];
285 void DebugRecVH::allUsesReplacedWith(Value *NewVa) {
319 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]
    [all...]
LLVMContextImpl.h 92 /// DebugRecVH - This is a CallbackVH used to keep the Scope -> index maps
94 class DebugRecVH : public CallbackVH {
104 DebugRecVH(MDNode *n, LLVMContextImpl *ctx, int idx)
218 std::vector<DebugRecVH> ScopeRecords;
227 std::vector<std::pair<DebugRecVH, DebugRecVH> > ScopeInlinedAtRecords;

Completed in 1045 milliseconds