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

  /external/clang/lib/CodeGen/
CodeGenModule.h 541 /// GetWeakRefReference - Get a reference to the target of VD.
542 llvm::Constant *GetWeakRefReference(const ValueDecl *VD);
    [all...]
CGExprConstant.cpp 904 return CGM.GetWeakRefReference(Decl);
    [all...]
CodeGenModule.cpp 767 llvm::Constant *CodeGenModule::GetWeakRefReference(const ValueDecl *VD) {
    [all...]
CGExpr.cpp     [all...]

Completed in 49 milliseconds