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

  /external/clang/lib/CodeGen/
CGVTables.h 55 /// maybeEmitThunkForVTable - Emit the given thunk for the vtable if needed by
57 void maybeEmitThunkForVTable(GlobalDecl GD, const ThunkInfo &Thunk);
CGVTables.cpp 466 void CodeGenVTables::maybeEmitThunkForVTable(GlobalDecl GD,
591 maybeEmitThunkForVTable(GD, Thunk);
    [all...]

Completed in 255 milliseconds