Home
last modified time | relevance | path

Searched refs:getAllocatedAddress (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp195 EmitAggregateAssign(Emission.getAllocatedAddress(), OriginalAddr, in EmitOMPFirstprivateClause()
199 Emission.getAllocatedAddress(), OriginalAddr, in EmitOMPFirstprivateClause()
214 return Emission.getAllocatedAddress(); in EmitOMPFirstprivateClause()
673 return VarEmission.getAllocatedAddress(); in EmitPrivateLoopCounters()
691 return VarEmission.getAllocatedAddress(); in EmitPrivateLinearVars()
DCGDecl.cpp1312 emission.getAllocatedAddress(), in EmitAutoVarCleanups()
DCodeGenFunction.h1883 llvm::Value *getAllocatedAddress() const { in getAllocatedAddress() function