Searched refs:getBlockId (Results 1 – 7 of 7) sorted by relevance
40 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()253 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()298 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
1177 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
1865 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
108 uint32_t getBlockId(const BasicBlock *BB) const;
236 auto Index = getBlockId(Succ); in computeCFGHash()274 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
78 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
2960 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()