Searched refs:getBlockId (Results 1 – 6 of 6) sorted by relevance
43 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()189 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()234 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
922 Out << "__block_invoke" << Context.getBlockId(BD, false); in mangleNestedName()
1564 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
76 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
346 int getBlockId(TIntermTyped *argument);
2265 int OutputASM::getBlockId(TIntermTyped *arg) in getBlockId() function in glsl::OutputASM2297 int blockId = getBlockId(arg); in getArgumentInfo()