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 123 bool CodeGenVTables::needsVTTParameter(GlobalDecl GD) {
CGClass.cpp 279 if (!CodeGenVTables::needsVTTParameter(GD)) {
294 assert(!CodeGenVTables::needsVTTParameter(CGF.CurGD) &&
310 if (CodeGenVTables::needsVTTParameter(CGF.CurGD)) {
    [all...]
ItaniumCXXABI.cpp 741 if (CodeGenVTables::needsVTTParameter(CGF.CurGD)) {
    [all...]

Completed in 1547 milliseconds