Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1137 NamedMDNode *CUNodes = M->getNamedMetadata("llvm.dbg.cu"); in insertCounterWriteout() local
1138 if (!CUNodes) { in insertCounterWriteout()
1165 for (int i : llvm::seq<int>(0, CUNodes->getNumOperands())) { in insertCounterWriteout()
1166 auto *CU = cast<DICompileUnit>(CUNodes->getOperand(i)); in insertCounterWriteout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp510 if (NamedMDNode *CUNodes = TheModule.getNamedMetadata("llvm.dbg.cu")) in upgradeCUVariables() local
511 for (unsigned I = 0, E = CUNodes->getNumOperands(); I != E; ++I) { in upgradeCUVariables()
512 auto *CU = cast<DICompileUnit>(CUNodes->getOperand(I)); in upgradeCUVariables()