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

  /external/clang/lib/CodeGen/
CGVTables.h 52 /// emitThunk - Emit a single thunk.
53 void emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable);
CGVTables.cpp 410 void CodeGenVTables::emitThunk(GlobalDecl GD, const ThunkInfo &Thunk,
501 emitThunk(GD, Thunk, /*ForVTable=*/true);
520 emitThunk(GD, Thunk, /*ForVTable=*/false);
    [all...]

Completed in 805 milliseconds