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 48 llvm::Type *Ty = getTypes().GetFunctionTypeForVTable(GD);
405 CGM.getTypes().GetFunctionTypeForVTable(GD)) {
594 llvm::Type *Ty = CGM.getTypes().GetFunctionTypeForVTable(GD);
    [all...]
CGCall.cpp     [all...]

Completed in 41 milliseconds