Home | History | Annotate | Download | only in IR

Lines Matching refs:CUNode

28   : M(m), VMContext(M.getContext()), CUNode(nullptr),
43 if (!CUNode) {
49 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes));
62 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues));
86 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs));
89 CUNode->replaceImportedEntities(MDTuple::get(
122 assert(!CUNode && "Can only make one compile unit per DIBuilder instance");
123 CUNode = DICompileUnit::getDistinct(
130 NMD->addOperand(CUNode);
131 trackIfUnresolved(CUNode);
132 return CUNode;
637 isOptimized, isDefinition ? CUNode : nullptr, TParams, Decl,
654 0, 0, 0, Flags, isOptimized, isDefinition ? CUNode : nullptr,
674 isDefinition ? CUNode : nullptr, TParams, nullptr, nullptr);