Searched refs:CVD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp339 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } argument
343 if (CVD.TypeEmissionLevel == 1)
344 CVD.emitDeferredCompleteTypes();
345 --CVD.TypeEmissionLevel;
347 CodeViewDebug &CVD; member in struct:CodeViewDebug::TypeLoweringScope
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10967 const VarDecl *CVD = VD->getCanonicalDecl(); local
10968 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
10970 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>();
10976 CharUnits Align = CGM.getContext().getDeclAlign(CVD);
10977 if (CVD->getType()->isVariablyModifiedType()) {
10978 Size = CGF.getTypeSize(CVD->getType());
10985 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType());
10988 llvm::Value *ThreadID = getThreadID(CGF, CVD->getBeginLoc());
11003 CVD->getName() + ".void.addr");
11012 CGF.ConvertTypeForMem(CGM.getContext().getPointerType(CVD
[all...]

Completed in 186 milliseconds