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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp290 CatchableTypeArray CTA; local
291 CTA.NumEntries =
295 CTAs[SymName] = CTA;
424 const CatchableTypeArray &CTA = CTAPair.second; local
426 outs() << CTAName << "[NumEntries]: " << CTA.NumEntries << '\n';
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4114 llvm::GlobalVariable *&CTA = CatchableTypeArrays[T]; local
4115 if (CTA)
4116 return CTA;
4218 CTA = new llvm::GlobalVariable(
4221 CTA->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
4222 CTA->setSection(".xdata");
4223 if (CTA->isWeakForLinker())
4224 CTA->setComdat(CGM.getModule().getOrInsertComdat(CTA->getName()));
4225 return CTA;
4234 llvm::GlobalVariable *CTA = getCatchableTypeArray(T); local
[all...]

Completed in 181 milliseconds