Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp923 NamedMDNode *CUNodes = M->getNamedMetadata("llvm.dbg.cu"); in insertCounterWriteout() local
924 if (!CUNodes) { in insertCounterWriteout()
948 for (int i : llvm::seq<int>(0, CUNodes->getNumOperands())) { in insertCounterWriteout()
949 auto *CU = cast<DICompileUnit>(CUNodes->getOperand(i)); in insertCounterWriteout()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp489 if (NamedMDNode *CUNodes = TheModule.getNamedMetadata("llvm.dbg.cu")) in upgradeCUVariables() local
490 for (unsigned I = 0, E = CUNodes->getNumOperands(); I != E; ++I) { in upgradeCUVariables()
491 auto *CU = cast<DICompileUnit>(CUNodes->getOperand(I)); in upgradeCUVariables()