HomeSort by: relevance | last modified time | path
    Searched refs:performThisAdjustment (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.h 483 virtual llvm::Value *performThisAdjustment(CodeGenFunction &CGF,
CGVTables.cpp 213 CGM.getCXXABI().performThisAdjustment(*this, ThisPtr, Thunk.This);
301 Thunk ? CGM.getCXXABI().performThisAdjustment(
ItaniumCXXABI.cpp 296 llvm::Value *performThisAdjustment(CodeGenFunction &CGF, Address This,
2148 llvm::Value *ItaniumCXXABI::performThisAdjustment(CodeGenFunction &CGF,
MicrosoftCXXABI.cpp 392 llvm::Value *performThisAdjustment(CodeGenFunction &CGF, Address This,
2185 llvm::Value *MicrosoftCXXABI::performThisAdjustment(CodeGenFunction &CGF,

Completed in 24 milliseconds