Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDIBuilder.cpp98 if (!AllGVs.empty()) in finalize()
99 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs)); in finalize()
716 AllGVs.push_back(N); in createGlobalVariableExpression()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDIBuilder.h54 SmallVector<Metadata *, 4> AllGVs; variable