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 144 /// GetFunctionTypeForVTable - Get the LLVM function type for use in a vtable,
147 llvm::Type *GetFunctionTypeForVTable(GlobalDecl GD);
CGVTables.cpp 55 llvm::Type *Ty = getTypes().GetFunctionTypeForVTable(GD);
418 CGM.getTypes().GetFunctionTypeForVTable(GD)) {
613 llvm::Type *Ty = CGM.getTypes().GetFunctionTypeForVTable(GD);
    [all...]
CGCall.cpp     [all...]

Completed in 164 milliseconds