Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1927 auto *VNodesVar = new GlobalVariable( in emitVNodes() local
1930 setGlobalVariableLargeSection(TT, *VNodesVar); in emitVNodes()
1931 VNodesVar->setSection( in emitVNodes()
1933 VNodesVar->setAlignment(M.getDataLayout().getABITypeAlign(VNodesTy)); in emitVNodes()
1936 UsedVars.push_back(VNodesVar); in emitVNodes()