Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1588 auto *VNodesVar = new GlobalVariable( in emitVNodes() local
1591 setGlobalVariableLargeSection(TT, *VNodesVar); in emitVNodes()
1592 VNodesVar->setSection( in emitVNodes()
1594 VNodesVar->setAlignment(M.getDataLayout().getABITypeAlign(VNodesTy)); in emitVNodes()
1597 UsedVars.push_back(VNodesVar); in emitVNodes()