Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp40 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()
H A DMicrosoftMangle.cpp1177 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
H A DItaniumMangle.cpp1865 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h108 uint32_t getBlockId(const BasicBlock *BB) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp236 auto Index = getBlockId(Succ); in computeCFGHash()
274 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h78 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2960 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()