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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp319 if (auto *VDispMap = CGM.getModule().getNamedGlobal(MangledName))
320 return VDispMap;
348 auto *VDispMap = new llvm::GlobalVariable( local
351 return VDispMap;
3117 if (llvm::GlobalVariable *VDispMap =
3122 llvm::Constant *Mapping = VDispMap->getInitializer();
3128 Builder.CreateAlignedLoad(Builder.CreateInBoundsGEP(VDispMap, Idxs),

Completed in 119 milliseconds