Searched refs:LoadBlockVarAddr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1650 bool LoadBlockVarAddr, CanThrow; member in struct:__anon385::final
1654 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue),
1659 if (LoadBlockVarAddr) {
1832 CGF.enterByrefCleanup(Kind, Field, Flags, /*LoadBlockVarAddr*/ true,
2776 bool LoadBlockVarAddr, bool CanThrow) {
2777 EHStack.pushCleanup<CallBlockRelease>(Kind, Addr, Flags, LoadBlockVarAddr,
2774 enterByrefCleanup(CleanupKind Kind, Address Addr, BlockFieldFlags Flags, bool LoadBlockVarAddr, bool CanThrow) argument
H A DCodeGenFunction.h2227 /// \param Addr When \p LoadBlockVarAddr is false, the address of the __block
2229 /// \p LoadBlockVarAddr is true, the address of the field of the block
2234 /// \param LoadBlockVarAddr Indicates whether we need to emit a load from
2237 bool LoadBlockVarAddr, bool CanThrow);

Completed in 208 milliseconds