Searched refs:GenerateThunk (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTables.cpp110 // This function does roughly the same thing as GenerateThunk, but in a
298 void CodeGenFunction::GenerateThunk(llvm::Function *Fn, function in class:CodeGenFunction
390 CodeGenFunction(CGM).GenerateThunk(ThunkFn, FnInfo, GD, Thunk);
H A DCodeGenFunction.h1186 /// GenerateThunk - Generate a thunk for the given method.
1187 void GenerateThunk(llvm::Function *Fn, const CGFunctionInfo &FnInfo,

Completed in 76 milliseconds