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 531 llvm::Constant *getStaticLocalDeclAddress(const VarDecl *D) {
    [all...]
CGDecl.cpp 302 CGM.getStaticLocalDeclAddress(&D);
    [all...]
CGExprConstant.cpp 872 return CGM.getStaticLocalDeclAddress(VD);
    [all...]
CGExpr.cpp     [all...]

Completed in 73 milliseconds