Home
last modified time | relevance | path

Searched refs:BuildBlockRelease (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.cpp1568 BuildBlockRelease(value, flags); in GenerateDestroyHelperFunction()
1609 CGF.BuildBlockRelease(value, Flags | BLOCK_BYREF_CALLER); in emitDispose()
2207 void CodeGenFunction::BuildBlockRelease(llvm::Value *V, BlockFieldFlags flags) { in BuildBlockRelease() function in CodeGenFunction
2223 CGF.BuildBlockRelease(Addr, BLOCK_FIELD_IS_BYREF); in Emit()
DCodeGenFunction.h1110 void BuildBlockRelease(llvm::Value *DeclPtr, BlockFieldFlags flags);