Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp40 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
257 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
302 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
H A DMicrosoftMangle.cpp1213 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
H A DItaniumMangle.cpp1915 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h108 uint32_t getBlockId(const BasicBlock *BB) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp235 auto Index = getBlockId(Succ); in computeCFGHash()
273 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h84 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3021 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()