Home
last modified time | relevance | path

Searched refs:AllGVs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp98 if (!AllGVs.empty()) in finalize()
99 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs)); in finalize()
655 AllGVs.push_back(N); in createGlobalVariableExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h54 SmallVector<Metadata *, 4> AllGVs; variable