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

/external/clang/lib/CodeGen/
H A DCGClass.cpp441 return LoadCXXVTT();
462 VTT = LoadCXXVTT();
H A DCodeGenFunction.h1797 /// LoadCXXVTT - Load the VTT parameter to base constructors/destructors have
1799 // FIXME: Every place that calls LoadCXXVTT is something
1801 llvm::Value *LoadCXXVTT() { function in class:clang::CodeGen::CodeGenFunction
H A DItaniumCXXABI.cpp1550 llvm::Value *VTT = CGF.LoadCXXVTT();

Completed in 244 milliseconds