reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2682   fields.push_back(FirstField);
 2685     fields.push_back(llvm::ConstantInt::get(
 2692     fields.push_back(llvm::ConstantInt::get(CGM.IntTy, Offs.getQuantity()));
 2697     fields.push_back(llvm::ConstantInt::get(CGM.IntTy, VBTableIndex));
 2699   return llvm::ConstantStruct::getAnon(fields);