Home
last modified time | relevance | path

Searched refs:getBlockId (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDMangle.cpp40 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
261 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
305 (void)getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
HDMicrosoftMangle.cpp1367 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
HDItaniumMangle.cpp1989 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDSampleProfileProbe.h83 uint32_t getBlockId(const BasicBlock *BB) const;
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileProbe.cpp280 auto Index = getBlockId(Succ); in computeCFGHash()
334 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDMangle.h84 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp3283 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()