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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 27 ConstantAddress DeclPtr) {
33 LValue lv = CGF.MakeAddrLValue(DeclPtr, type);
41 DeclPtr, D.getTLSKind());
44 DeclPtr);
133 llvm::Constant *DeclPtr,
139 // The address space of a static local variable (DeclPtr) may be different
155 unsigned ActualAddrSpace = DeclPtr->getType()->getPointerAddressSpace();
159 DeclPtr = llvm::ConstantExpr::getAddrSpaceCast(DeclPtr, PTy);
162 ConstantAddress DeclAddr(DeclPtr, getContext().getDeclAlign(&D))
    [all...]
CGDecl.cpp     [all...]
CGCXXABI.h 517 llvm::GlobalVariable *DeclPtr,
CGAtomic.cpp 642 Address DeclPtr = CGF.CreateMemTemp(E->getType(), ".atomictmp");
643 CGF.EmitAnyExprToMem(E, DeclPtr, E->getType().getQualifiers(),
645 return DeclPtr;
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp 321 llvm::GlobalVariable *DeclPtr,
    [all...]
MicrosoftCXXABI.cpp 389 llvm::GlobalVariable *DeclPtr,
    [all...]

Completed in 216 milliseconds