Searched refs:getBlockId (Results 1 – 7 of 7) sorted by relevance
84 uint32_t getBlockId(const BasicBlock *BB) const;
56 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()278 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()322 (void)getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
1413 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
2021 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
277 auto Index = getBlockId(Succ); in computeCFGHash()331 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
88 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
3440 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()