Searched refs:setThunkProperties (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 58 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties() function 461 setThunkProperties(CGM, Thunk, ThunkFn, ForVTable, GD); in emitThunk() 482 setThunkProperties(CGM, Thunk, ThunkFn, ForVTable, GD); in emitThunk()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 40 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties() function 556 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk() 600 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk()
|