HomeSort by relevance Sort by last modified time
    Searched refs:needsVTTParameter (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.h 84 /// needsVTTParameter - Return whether the given global decl needs a VTT
87 static bool needsVTTParameter(GlobalDecl GD);
CGVTT.cpp 128 bool CodeGenVTables::needsVTTParameter(GlobalDecl GD) {
CGClass.cpp 280 if (!CodeGenVTables::needsVTTParameter(GD)) {
295 assert(!CodeGenVTables::needsVTTParameter(CGF.CurGD) &&
311 if (CodeGenVTables::needsVTTParameter(CGF.CurGD)) {
    [all...]
ItaniumCXXABI.cpp 737 if (CodeGenVTables::needsVTTParameter(CGF.CurGD)) {
    [all...]

Completed in 183 milliseconds