Home
last modified time | relevance | path

Searched refs:getObjectAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h465 Address getObjectAddress(CIRGenFunction &cgf) const { in getObjectAddress() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1980 locIsByrefHeader ? emission.getObjectAddress(*this) : emission.Addr; in EmitAutoVarInit()
2144 Address addr = emission.getObjectAddress(*this); in emitAutoVarTypeCleanup()
H A DItaniumCXXABI.cpp5072 InitCatchParam(CGF, *CatchParam, var.getObjectAddress(CGF), in emitBeginCatch()
H A DCodeGenFunction.h3462 Address getObjectAddress(CodeGenFunction &CGF) const {
H A DMicrosoftCXXABI.cpp933 CPI->setArgOperand(2, var.getObjectAddress(CGF).emitRawPointer(CGF)); in emitBeginCatch()