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

  /external/clang/lib/CodeGen/
CodeGenTypes.h 141 /// GetFunctionTypeForVTable - Get the LLVM function type for use in a vtable,
144 llvm::Type *GetFunctionTypeForVTable(GlobalDecl GD);
CGVTables.cpp 49 llvm::Type *Ty = getTypes().GetFunctionTypeForVTable(GD);
338 CGM.getTypes().GetFunctionTypeForVTable(GD)) {
526 llvm::Type *Ty = CGM.getTypes().GetFunctionTypeForVTable(GD);
CGCall.cpp     [all...]

Completed in 86 milliseconds