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

  /external/clang/lib/CodeGen/
CodeGenModule.h 463 llvm::Constant *getStaticLocalDeclAddress(const VarDecl *D) {
    [all...]
CGDecl.cpp 298 CGM.getStaticLocalDeclAddress(&D);
    [all...]
CGExprConstant.cpp 887 return CGM.getStaticLocalDeclAddress(VD);
    [all...]
CGExpr.cpp     [all...]

Completed in 2288 milliseconds